From cd261657fd770d3f571b45445f09d62673ced065 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Mon, 19 Jan 2026 13:20:03 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E5=A2=9E=E5=8A=A0=E7=AB=9E?= =?UTF-8?q?=E5=93=81=E6=95=B0=E5=BC=82=E5=B8=B8=E5=8F=91=E5=B8=83=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/bundleMetrics.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/dao/bundleMetrics.go b/internal/dao/bundleMetrics.go index d11cf33..4a6ffc7 100644 --- a/internal/dao/bundleMetrics.go +++ b/internal/dao/bundleMetrics.go @@ -1380,6 +1380,7 @@ func MetricsOperatingStatus(req *bundle.MetricsOperatingStatusReq) (data *bundle data.WaitConfirmCompetitiveCount = competitiveStatistic(4) data.PendingUploadCompetitiveCount = competitiveStatistic(6) data.UploadSuccessCompetitiveCount = competitiveStatistic(7) + data.UploadFailedCompetitiveCount = competitiveStatistic(5) app.ModuleClients.BundleDB.Table("cast_competitive_report as ccr"). Joins("left join cast_cost_competitive_report_log cccrl on cccrl.report_uuid = ccr.uuid AND cccrl.deleted_at = 0").