This commit is contained in:
邹宗楠
2026-03-31 18:00:36 +08:00
parent 0e063e7a66
commit 59305b5eb5

View File

@@ -93,6 +93,9 @@ func GetMTInfo() []error {
})
}
statistics.DeliveryFee = utils.Format4Output(shippingList, false)
if len(result) == 0 {
statistics.DeliveryFee = ""
}
dao.CreateEntity(db, statistics)
}