Explorar o código

fix: 委托代发通用提示改为上传区常驻文字,不混在tooltip里

alphaH hai 1 día
pai
achega
8015253804

+ 4 - 6
frontend/src/views/module_payment/account/index.vue

@@ -541,7 +541,7 @@
             :before-upload="handleBeforeUpload" :on-remove="handleQualFileRemove">
             <el-icon><Plus /></el-icon>
           </el-upload>
-          <div class="upload-tip">按场景要求上传行业资质,最多 5 个文件</div>
+          <div class="upload-tip">按场景要求上传行业资质,最多 5 个文件<br>受其他公司委托为他人代发时,无论属于什么场景,请上传合作协议(含甲方行业、委托代发原因、代发对象身份等)</div>
         </el-form-item>
         <el-form-item label="站点信息">
           <el-checkbox-group v-model="onboardSiteTypes">
@@ -847,11 +847,9 @@ const ONBOARD_QUALIFICATION_TIPS: Record<string, string> = {
   BAOXIAN_LIPEI: "需提供保险资质证明(如《保险许可证》《保险业务法人登记证书》等)或保司合作证明",
   CAIGOU_HUOKUAN: "需提供至少1份上下游合作伙伴合作协议",
 };
-const GENERAL_QUAL_TIP = "受其他公司委托为他人代发时,无论属于什么场景,请上传合作协议(含甲方行业、委托代发原因、代发对象身份等)";
-const qualificationTip = computed(() => {
-  const tip = ONBOARD_QUALIFICATION_TIPS[onboardForm.scene_code];
-  return tip ? tip + "<br><br>" + GENERAL_QUAL_TIP : GENERAL_QUAL_TIP;
-});
+const qualificationTip = computed(() =>
+  ONBOARD_QUALIFICATION_TIPS[onboardForm.scene_code] || "选填,按需上传行业资质文件"
+);
 const onboardQualFiles = ref<any[]>([]);
 const onboardQualImageIds = ref<string[]>([]);
 

+ 28 - 0
logs/payment-platform.log

@@ -1 +1,29 @@
 2026-07-17 10:04:03.842 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final
+2026-07-17 10:04:03.925 [main] INFO  c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 28304 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform)
+2026-07-17 10:04:03.926 [main] INFO  c.p.platform.PaymentApplication - The following 1 profile is active: "dev"
+2026-07-17 10:04:04.936 [main] INFO  o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
+2026-07-17 10:04:04.940 [main] INFO  o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
+2026-07-17 10:04:05.010 [main] INFO  o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 55 ms. Found 0 Redis repository interfaces.
+2026-07-17 10:04:05.695 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http)
+2026-07-17 10:04:05.704 [main] INFO  o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"]
+2026-07-17 10:04:05.706 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
+2026-07-17 10:04:05.706 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20]
+2026-07-17 10:04:05.768 [main] INFO  o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext
+2026-07-17 10:04:05.769 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1653 ms
+2026-07-17 10:04:05.797 [main] INFO  c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
+2026-07-17 10:04:07.649 [main] INFO  c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
+2026-07-17 10:04:08.568 [main] WARN  c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端
+2026-07-17 10:04:08.781 [main] INFO  c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com
+2026-07-17 10:04:09.138 [main] INFO  c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动
+2026-07-17 10:04:09.446 [main] INFO  c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler]
+2026-07-17 10:04:09.999 [main] INFO  o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3328db4f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f9e9c21, org.springframework.security.web.context.SecurityContextHolderFilter@7962a364, org.springframework.security.web.header.HeaderWriterFilter@6fb51e17, org.springframework.web.filter.CorsFilter@1390a43a, org.springframework.security.web.authentication.logout.LogoutFilter@30ce78e3, com.payment.platform.core.security.JwtAuthFilter@240df292, com.payment.platform.core.security.TenantApiKeyAuthFilter@54087bdb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@134ec0f3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@258ac1e6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7bf2e475, org.springframework.security.web.session.SessionManagementFilter@721fc228, org.springframework.security.web.access.ExceptionTranslationFilter@4fe9fb65, org.springframework.security.web.access.intercept.AuthorizationFilter@6c120b00]
+2026-07-17 10:04:10.492 [main] INFO  o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"]
+2026-07-17 10:04:10.504 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1'
+2026-07-17 10:04:10.648 [main] INFO  c.p.platform.PaymentApplication - Started PaymentApplication in 7.64 seconds (process running for 8.593)
+2026-07-17 10:04:12.984 [main] INFO  c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成
+2026-07-17 10:04:14.679 [main] INFO  c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型)
+2026-07-17 10:04:36.262 [tomcat-handler-0] INFO  o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet'
+2026-07-17 10:04:36.263 [tomcat-handler-0] INFO  o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
+2026-07-17 10:04:36.265 [tomcat-handler-0] INFO  o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
+2026-07-17 10:04:46.065 [tomcat-handler-4] INFO  c.p.p.m.s.auth.service.AuthService - 用户ID: 2, 用户名: q 正在生成JWT令牌
+2026-07-17 10:04:46.169 [tomcat-handler-4] INFO  c.p.p.m.s.a.c.AuthController - 用户q登录成功