2025-08-19 19:17:58.177 INFO [ restartedMain] tuate.endpoint.web.EndpointLinksResolver <init>: Exposing 1 endpoint(s) beneath base path '/actuator'
2025-08-19 19:17:58.314 WARN [alina-utility-2] s.autoconfigure.OptionalLiveReloadServer startServer: Unable to start LiveReload server
2025-08-19 19:17:58.430 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Preparing: SELECT id_,issuer,service_url,key_store_path,store_password,key_password,key_alias,certificate_path,type_,used_mode,status,created_time,created_user,last_updated_time,last_updated_user,version,serial_number,before_date,after_date,subject_dn,issuer_dn,sig_alg_name,confidence_info FROM t_system_certificate_config WHERE (status = ? AND type_ = ? AND used_mode = ?) ORDER BY last_updated_time DESC
2025-08-19 19:17:58.431 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Parameters: 0(String), ssl(String), dev(String)
2025-08-19 19:17:58.487 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: <== Total: 0
2025-08-19 19:17:58.506 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Preparing: SELECT id_,issuer,service_url,key_store_path,store_password,key_password,key_alias,certificate_path,type_,used_mode,status,created_time,created_user,last_updated_time,last_updated_user,version,serial_number,before_date,after_date,subject_dn,issuer_dn,sig_alg_name,confidence_info FROM t_system_certificate_config WHERE (status = ? AND type_ = ? AND used_mode = ?) ORDER BY last_updated_time DESC
2025-08-19 19:17:58.507 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Parameters: 0(String), ssl(String), dev(String)
2025-08-19 19:17:58.562 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: <== Total: 0
2025-08-19 19:17:58.615 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using JSON encoding codec LegacyJacksonJson
2025-08-19 19:17:58.615 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using JSON decoding codec LegacyJacksonJson
2025-08-19 19:17:58.718 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using XML encoding codec XStreamXml
2025-08-19 19:17:58.718 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using XML decoding codec XStreamXml
2025-08-19 19:17:58.944 INFO [ restartedMain] ydb.core.internal.license.VersionPrinter info: Flyway Community Edition 7.15.0 by Redgate
2025-08-19 19:17:58.945 INFO [ restartedMain] .internal.database.base.BaseDatabaseType info: Database: jdbc:mysql://7.220.86.254:3306/parntercenter (MySQL 5.7)
2025-08-19 19:18:00.238 INFO [ restartedMain] nal.schemahistory.JdbcTableSchemaHistory info: Repair of failed migration in Schema History table `parntercenter`.`flyway_schema_history` not necessary. No failed migration detected.
2025-08-19 19:18:00.733 INFO [ restartedMain] .flywaydb.core.internal.command.DbRepair info: Successfully repaired schema history table `parntercenter`.`flyway_schema_history` (execution time 00:01.174s).
2025-08-19 19:18:01.182 INFO [ restartedMain] ydb.core.internal.license.VersionPrinter info: Flyway Community Edition 7.15.0 by Redgate
2025-08-19 19:18:02.447 INFO [ restartedMain] lywaydb.core.internal.command.DbValidate info: Successfully validated 911 migrations (execution time 00:00.589s)
2025-08-19 19:18:03.182 INFO [ restartedMain] flywaydb.core.internal.command.DbMigrate info: Current version of schema `parntercenter`: 90.6
2025-08-19 19:18:03.239 INFO [ restartedMain] flywaydb.core.internal.command.DbMigrate info: Schema `parntercenter` is up to date. No migration necessary.
2025-08-19 19:18:03.633 DEBUG SUCCESS [ restartedMain] .sysorg.mapper.SysOrgMapper.selectAllOrg debug: ==> Preparing: SELECT org_id orgId, short_org_name orgName, short_org_name_en orgNameEn, parent_id parentId, sort, industry industry, org_type orgType, org_level orgLevel, is_operation isOperation, city_id cityId, IF(expiry_time > NOW(), '1', '0') isValid FROM sys_org org
2025-08-19 19:18:03.634 DEBUG SUCCESS [ restartedMain] .sysorg.mapper.SysOrgMapper.selectAllOrg debug: ==> Parameters:
2025-08-19 19:18:03.693 DEBUG SUCCESS [ restartedMain] .sysorg.mapper.SysOrgMapper.selectAllOrg debug: <== Total: 199
2025-08-19 19:18:03.935 INFO [ restartedMain] .security.web.DefaultSecurityFilterChain <init>: Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@77dfad3b, org.springframework.security.web.session.ForceEagerSessionCreationFilter@323c042, org.springframework.security.web.session.ForceEagerSessionCreationFilter@42cd8fcf, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7ffa94ed, org.springframework.security.web.context.SecurityContextPersistenceFilter@586f69ac, org.springframework.security.web.header.HeaderWriterFilter@233a9cd7, com.huawei.kunpeng.center.security.config.CsrfTokenResponseHeaderFilter@471155c5, org.springframework.security.web.authentication.logout.LogoutFilter@3832b7c3, org.springframework.security.web.session.ConcurrentSessionFilter@54bfad72, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e750439, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22f3f19b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4dad8e69, org.springframework.security.web.session.SessionManagementFilter@1631de42, org.springframework.security.web.access.ExceptionTranslationFilter@1b049c3b, com.huawei.kunpeng.center.security.config.handler.CustomizeAbstractSecurityInterceptor@538cb1b7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a8fdc05]
2025-08-19 19:18:05.772 WARN [ restartedMain] iguration$LoadBalancerCaffeineWarnLogger logWarning: Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2025-08-19 19:18:05.961 WARN [ restartedMain] ybatisplus.core.metadata.TableInfoHelper initTableFields: Can not find table primary key in Class: "com.huawei.kunpeng.center.entity.meetinginfo.TMeetingCOOEntity".
2025-08-19 19:18:06.331 INFO [ restartedMain] cloud.netflix.eureka.InstanceInfoFactory create: Setting initial instance status as: STARTING
2025-08-19 19:18:06.339 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient <init>: Initializing Eureka in region us-east-1
2025-08-19 19:18:06.350 INFO [ restartedMain] hared.resolver.aws.ConfigClusterResolver getClusterEndpoints: Resolving eureka endpoints via configuration
2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Disable delta property : false
2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Single vip registry refresh property : null
2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Force full registry fetch : false
2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Application is null : false
2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Registered Applications size is zero : true
2025-08-19 19:18:06.364 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Application version is -1: true
2025-08-19 19:18:06.364 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient getAndStoreFullRegistry: Getting all instance registry info from the eureka server
2025-08-19 19:18:06.564 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient getAndStoreFullRegistry: The response status is 200
2025-08-19 19:18:06.567 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient initScheduledTasks: Starting heartbeat executor: renew interval is: 5
2025-08-19 19:18:06.570 INFO [ restartedMain] netflix.discovery.InstanceInfoReplicator <init>: InstanceInfoReplicator onDemand update allowed rate per min is 4
2025-08-19 19:18:06.574 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient <init>: Discovery Client initialized at timestamp 1755602286573 with initial instances count: 2
2025-08-19 19:18:06.586 INFO [ restartedMain] ka.serviceregistry.EurekaServiceRegistry register: Registering application PARTNER-SERVICE with eureka with status UP
2025-08-19 19:18:06.588 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient notify: Saw local status change event StatusChangeEvent [timestamp=1755602286588, current=UP, previous=STARTING]
2025-08-19 19:18:06.591 INFO [nfoReplicator-0] com.netflix.discovery.DiscoveryClient register: DiscoveryClient_PARTNER-SERVICE/127.0.0.1:8080: registering service...
2025-08-19 19:18:06.591 INFO [ restartedMain] g.apache.coyote.http11.Http11NioProtocol log: Starting ProtocolHandler ["https-jsse-nio-8080"]
2025-08-19 19:18:06.605 WARN [ restartedMain] org.apache.tomcat.util.net.jsse.JSSEUtil log: Some of the specified [protocols] are not supported by the SSL engine and have been skipped: [[TLSv1.3]]
2025-08-19 19:18:06.697 INFO [nfoReplicator-0] com.netflix.discovery.DiscoveryClient register: DiscoveryClient_PARTNER-SERVICE/127.0.0.1:8080 - registration status: 204
2025-08-19 19:18:06.783 INFO [ restartedMain] .tomcat.util.net.NioEndpoint.certificate log: Connector [https-jsse-nio-8080], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [file:/D:/workspace/PartnerCenter/project-configs/certificate/ssl/dev/cert.pfx] using alias [tomcat] with trust store [null]
2025-08-19 19:18:06.796 INFO [ restartedMain] boot.web.embedded.tomcat.TomcatWebServer start: Tomcat started on port(s): 8080 (https) with context path '/partnerservice'
2025-08-19 19:18:06.796 INFO [ restartedMain] ceregistry.EurekaAutoServiceRegistration onApplicationEvent: Updating port to 8080
2025-08-19 19:18:09.299 ERROR [ restartedMain] plugins.DocumentationPluginsBootstrapper scanDocumentation: Unable to scan documentation context default
java.lang.NullPointerException: null
at springfox.documentation.schema.Example.equals(Example.java:131) ~[springfox-core-3.0.0.jar:3.0.0]
at java.util.Objects.equals(Objects.java:59) ~[?:1.8.0_262]
at springfox.documentation.service.RequestParameter.equals(RequestParameter.java:132) ~[springfox-core-3.0.0.jar:3.0.0]
at java.util.HashMap.putVal(HashMap.java:648) ~[?:1.8.0_262]
at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_262]
at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0_262]
at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:1.8.0_262]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_262]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_262]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_262]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_262]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_262]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_262]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_262]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_262]
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_262]
at springfox.documentation.spring.web.readers.operation.OperationParameterReader.apply(OperationParameterReader.java:93) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.plugins.DocumentationPluginsManager.operation(DocumentationPluginsManager.java:144) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.readers.operation.ApiOperationReader.read(ApiOperationReader.java:72) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.scanners.CachingOperationReader.lambda$new$0(CachingOperationReader.java:43) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at java.util.HashMap.computeIfAbsent(HashMap.java:1127) ~[?:1.8.0_262]
at springfox.documentation.spring.web.scanners.CachingOperationReader.read(CachingOperationReader.java:48) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.scanners.ApiDescriptionReader.read(ApiDescriptionReader.java:72) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.scanners.ApiListingScanner.scan(ApiListingScanner.java:169) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.scanners.ApiDocumentationScanner.scan(ApiDocumentationScanner.java:67) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.plugins.AbstractDocumentationPluginsBootstrapper.scanDocumentation(AbstractDocumentationPluginsBootstrapper.java:96) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.plugins.AbstractDocumentationPluginsBootstrapper.bootstrapDocumentationPlugins(AbstractDocumentationPluginsBootstrapper.java:82) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper.start(DocumentationPluginsBootstrapper.java:100) ~[springfox-spring-web-3.0.0.jar:3.0.0]
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:179) ~[spring-context-5.3.31.jar:5.3.31]
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54) ~[spring-context-5.3.31.jar:5.3.31]
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:357) ~[spring-context-5.3.31.jar:5.3.31]
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_262]
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:156) ~[spring-context-5.3.31.jar:5.3.31]
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:124) ~[spring-context-5.3.31.jar:5.3.31]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:946) ~[spring-context-5.3.31.jar:5.3.31]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:594) ~[spring-context-5.3.31.jar:5.3.31]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.18.jar:2.7.18]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) ~[spring-boot-2.7.18.jar:2.7.18]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) ~[spring-boot-2.7.18.jar:2.7.18]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) ~[spring-boot-2.7.18.jar:2.7.18]
at com.huawei.kunpeng.center.PartnerApplication.main(PartnerApplication.java:72) ~[classes/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_262]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_262]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_262]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_262]
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50) ~[spring-boot-devtools-2.7.18.jar:2.7.18]
2025-08-19 19:18:09.343 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication logStarted: Started PartnerApplication in 84.453 seconds (JVM running for 85.594)
2025-08-19 19:18:09.359 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache start!!!
2025-08-19 19:18:09.370 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Preparing: SELECT id,sheet_name,parent_title_name,title_name,is_need,is_unique,entity_class_name AS className,service_class_name,field_name,field_enum,field_enum_mapping,split_char,is_public_default,dict_id,del_flag,create_time AS createdTime,last_updated_time FROM t_excel_title_head WHERE (del_flag = ?)
2025-08-19 19:18:09.371 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Parameters: 0(Integer)
2025-08-19 19:18:09.489 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: <== Total: 102
2025-08-19 19:18:09.510 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Preparing: SELECT id,row_num,field,title,config_name,row_span,col_span,width,high,align,foreground_color,font_color,is_dict,del_flag AS isDel FROM t_excel_export_head WHERE (del_flag = ?)
2025-08-19 19:18:09.511 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Parameters: 0(Integer)
2025-08-19 19:18:09.638 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: <== Total: 1037
2025-08-19 19:18:09.678 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Preparing: select * from t_dictionary_detail where status_=0
2025-08-19 19:18:09.679 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Parameters:
2025-08-19 19:18:10.074 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: <== Total: 8606
2025-08-19 19:18:11.741 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Preparing: select t.* from t_dictionary t where 1=1 and status_!=-1 and id_ != 176
2025-08-19 19:18:11.741 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Parameters:
2025-08-19 19:18:11.870 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: <== Total: 532
2025-08-19 19:18:11.895 DEBUG SUCCESS [ restartedMain] mapper.AdaptationProjectMapper.getRegion debug: ==> Preparing: SELECT id_ id, parent_id parentId, name_ `name`, area_level level FROM t_administrative_region WHERE id_ != '86' and status_ = '0'
2025-08-19 19:18:11.895 DEBUG SUCCESS [ restartedMain] mapper.AdaptationProjectMapper.getRegion debug: ==> Parameters:
2025-08-19 19:18:12.016 DEBUG SUCCESS [ restartedMain] mapper.AdaptationProjectMapper.getRegion debug: <== Total: 3671
2025-08-19 19:18:12.066 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache end!!!
2025-08-19 19:18:12.066 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache start!!!
2025-08-19 19:18:12.066 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Preparing: SELECT id,sheet_name,parent_title_name,title_name,is_need,is_unique,entity_class_name AS className,service_class_name,field_name,field_enum,field_enum_mapping,split_char,is_public_default,dict_id,del_flag,create_time AS createdTime,last_updated_time FROM t_excel_title_head WHERE (del_flag = ?)
2025-08-19 19:18:12.066 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Parameters: 0(Integer)
2025-08-19 19:18:12.129 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: <== Total: 102
2025-08-19 19:18:12.131 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Preparing: SELECT id,row_num,field,title,config_name,row_span,col_span,width,high,align,foreground_color,font_color,is_dict,del_flag AS isDel FROM t_excel_export_head WHERE (del_flag = ?)
2025-08-19 19:18:12.131 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Parameters: 0(Integer)
2025-08-19 19:18:12.197 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: <== Total: 1037
2025-08-19 19:18:12.201 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Preparing: select * from t_dictionary_detail where status_=0
2025-08-19 19:18:12.203 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Parameters:
2025-08-19 19:18:12.499 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: <== Total: 8606
2025-08-19 19:18:13.996 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Preparing: select t.* from t_dictionary t where 1=1 and status_!=-1 and id_ != 176
2025-08-19 19:18:13.997 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Parameters:
2025-08-19 19:18:14.111 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: <== Total: 532
2025-08-19 19:18:14.133 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache end!!!
2025-08-19 19:18:14.647 INFO [1)-10.165.36.79] e.[Tomcat].[localhost].[/partnerservice] log: Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-08-19 19:18:14.647 INFO [1)-10.165.36.79] gframework.web.servlet.DispatcherServlet initServletBean: Initializing Servlet 'dispatcherServlet'
2025-08-19 19:18:14.647 INFO [1)-10.165.36.79] gframework.web.servlet.DispatcherServlet initServletBean: Completed initialization in 0 ms
2025-08-19 19:18:14.718 INFO [4)-10.165.36.79] com.alibaba.druid.pool.DruidDataSource init: {dataSource-3} inited
2025-08-19 19:18:15.326 INFO [4)-10.165.36.79] com.alibaba.druid.pool.DruidDataSource init: {dataSource-4} inited