From 1624992428a9a11ef44a5e7c36ff6b6f96314c2d Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 3 Sep 2025 16:29:36 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=B7=BB=E5=8A=A0=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=AD=97=E6=AE=B5=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/valueAddBundleLogic.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/logic/valueAddBundleLogic.go b/internal/logic/valueAddBundleLogic.go index 028379f..b1d3e30 100644 --- a/internal/logic/valueAddBundleLogic.go +++ b/internal/logic/valueAddBundleLogic.go @@ -484,6 +484,9 @@ func ValueAddServiceDetail(req *bundle.ValueAddServiceDetailRequest) (res *bundl Options: langOptions, CreatedAt: time.Unix(serviceLang.CreatedAt, 0).Format("2006-01-02 15:04:05"), UpdatedAt: time.Unix(serviceLang.UpdatedAt, 0).Format("2006-01-02 15:04:05"), + QuotaType: serviceLang.QuotaType, + QuotaValue: serviceLang.QuotaValue, + IsExpired: serviceLang.IsExpired, } serviceLangs = append(serviceLangs, serviceLangInfo) }