diff --git a/internal/application/product/component_report_order_service.go b/internal/application/product/component_report_order_service.go index c46b718..b54d248 100644 --- a/internal/application/product/component_report_order_service.go +++ b/internal/application/product/component_report_order_service.go @@ -743,11 +743,7 @@ func (s *ComponentReportOrderService) CheckPaymentStatus(ctx context.Context, or canDownload = false } } - } else if download.OrderNumber != nil { - // 兼容旧的支付订单逻辑 - paymentStatus = "success" // 简化处理,有支付订单号就认为已支付 - canDownload = true - } else { + } else { paymentStatus = "pending" canDownload = false }