From 59305b5eb593e6961a1722bb0f27e151471e1b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 31 Mar 2026 18:00:36 +0800 Subject: [PATCH] 1 --- business/bidding/mt_activity.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/bidding/mt_activity.go b/business/bidding/mt_activity.go index 2182e321d..0e90d035e 100644 --- a/business/bidding/mt_activity.go +++ b/business/bidding/mt_activity.go @@ -93,6 +93,9 @@ func GetMTInfo() []error { }) } statistics.DeliveryFee = utils.Format4Output(shippingList, false) + if len(result) == 0 { + statistics.DeliveryFee = "" + } dao.CreateEntity(db, statistics) }