2026-08-03T19:21:48.303+08:00 INFO 24608 --- [crm-app] [main] com.crm.app.CrmAppApplication : Starting CrmAppApplication v1.0.0-SNAPSHOT using Java 17.0.15 with PID 24608 (D:\code\crm-backend-matt\crm-app\target\crm-app-1.0.0-SNAPSHOT.jar started by luowj in D:\code\crm-backend-matt) 2026-08-03T19:21:48.306+08:00 INFO 24608 --- [crm-app] [main] com.crm.app.CrmAppApplication : No active profile set, falling back to 1 default profile: "default" 2026-08-03T19:21:50.363+08:00 INFO 24608 --- [crm-app] [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode 2026-08-03T19:21:50.366+08:00 INFO 24608 --- [crm-app] [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-08-03T19:21:50.399+08:00 INFO 24608 --- [crm-app] [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23 ms. Found 0 JPA repository interfaces. 2026-08-03T19:21:50.428+08:00 INFO 24608 --- [crm-app] [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode 2026-08-03T19:21:50.430+08:00 INFO 24608 --- [crm-app] [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-08-03T19:21:50.442+08:00 INFO 24608 --- [crm-app] [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 2 ms. Found 0 Redis repository interfaces. 2026-08-03T19:21:50.601+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'crmBaseMapper' and 'com.crm.base.mapper.CrmBaseMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.601+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'authIdentityMapper' and 'com.crm.auth.mapper.AuthIdentityMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.602+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'authUserMapper' and 'com.crm.auth.mapper.AuthUserMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.602+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDeptMapper' and 'com.crm.auth.mapper.SysDeptMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.603+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuMapper' and 'com.crm.auth.mapper.SysMenuMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.603+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMapper' and 'com.crm.auth.mapper.SysRoleMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.604+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuMapper' and 'com.crm.auth.mapper.SysRoleMenuMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.604+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserDeptMapper' and 'com.crm.auth.mapper.SysUserDeptMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.604+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleMapper' and 'com.crm.auth.mapper.SysUserRoleMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.606+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'fileInfoMapper' and 'com.crm.file.mapper.FileInfoMapper' mapperInterface. Bean already defined with the same name! 2026-08-03T19:21:50.606+08:00 WARN 24608 --- [crm-app] [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.crm.**.mapper]' package. Please check your configuration. 2026-08-03T19:21:51.674+08:00 INFO 24608 --- [crm-app] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) 2026-08-03T19:21:51.702+08:00 INFO 24608 --- [crm-app] [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-08-03T19:21:51.703+08:00 INFO 24608 --- [crm-app] [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.31] 2026-08-03T19:21:51.788+08:00 INFO 24608 --- [crm-app] [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2026-08-03T19:21:51.788+08:00 INFO 24608 --- [crm-app] [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3389 ms 2026-08-03T19:21:52.496+08:00 INFO 24608 --- [crm-app] [main] com.crm.base.config.CustomIdGenerator : 雪花ID生成器初始化完成,workerId=0, datacenterId=0 2026-08-03T19:21:53.242+08:00 INFO 24608 --- [crm-app] [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-08-03T19:21:53.334+08:00 INFO 24608 --- [crm-app] [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.5.3.Final 2026-08-03T19:21:53.386+08:00 INFO 24608 --- [crm-app] [main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-08-03T19:21:53.854+08:00 INFO 24608 --- [crm-app] [main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-08-03T19:21:53.906+08:00 INFO 24608 --- [crm-app] [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-08-03T19:21:54.532+08:00 INFO 24608 --- [crm-app] [main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5ec06e97 2026-08-03T19:21:54.534+08:00 INFO 24608 --- [crm-app] [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-08-03T19:21:54.620+08:00 WARN 24608 --- [crm-app] [main] org.hibernate.orm.deprecation : HHH90000025: MySQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2026-08-03T19:21:56.086+08:00 INFO 24608 --- [crm-app] [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-08-03T19:21:58.034+08:00 INFO 24608 --- [crm-app] [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-08-03T19:21:59.213+08:00 WARN 24608 --- [crm-app] [main] .s.s.UserDetailsServiceAutoConfiguration : Using generated security password: ab2c6652-f041-4e40-afaf-34f5e2ad8922 This generated password is for development use only. Your security configuration must be updated before running your application in production. 2026-08-03T19:21:59.248+08:00 INFO 24608 --- [crm-app] [main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager 2026-08-03T19:22:00.511+08:00 INFO 24608 --- [crm-app] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' 2026-08-03T19:22:00.543+08:00 INFO 24608 --- [crm-app] [main] com.crm.app.CrmAppApplication : Started CrmAppApplication in 13.077 seconds (process running for 13.825) 2026-08-03T19:22:00.705+08:00 WARN 24608 --- [crm-app] [main] com.crm.file.config.MinioConfig : MinIO bucket [crm] 初始化失败,文件功能可能不可用:Failed to connect to /127.0.0.1:9000 2026-08-03T19:22:00.857+08:00 INFO 24608 --- [crm-app] [main] com.crm.auth.config.DataInitializer : 权限数据已存在,跳过初始化 2026-08-03T19:23:11.016+08:00 INFO 24608 --- [crm-app] [http-nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-08-03T19:23:11.029+08:00 INFO 24608 --- [crm-app] [http-nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2026-08-03T19:23:12.652+08:00 ERROR 24608 --- [crm-app] [http-nio-8080-exec-3] c.c.a.service.client.DingTalkAuthClient : 组织准入校验调用失败:unionId=hQSRZAozyGwzfoZGdX2UrAiEiE, errcode=88, errmsg=ding talk error[subcode=60011,submsg=应用尚未开通所需的权限:[qyapi_get_member],点击链接申请并开通即可:https://open-dev.dingtalk.com/appscope/apply?content=dingikqv3al2koirnku7%23qyapi_get_member, {requiredScopes=[qyapi_get_member]}] 2026-08-03T19:23:12.656+08:00 WARN 24608 --- [crm-app] [http-nio-8080-exec-3] c.c.b.a.GlobalExceptionHandlerAdvice : 业务异常:code=61002, msg=钉钉组织归属查询失败,请稍后重试 2026-08-03T19:23:58.860+08:00 INFO 24608 --- [crm-app] [http-nio-8080-exec-4] c.crm.auth.service.impl.AuthServiceImpl : 三方首登自动注册新用户,userId=739564171091247104, mobile=15014218570