From ef5bd881069c88719a4ce5360488f7c38f19669c Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 5 Jun 2024 17:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8D=B7=20=E9=97=AE=E8=AF=8A=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/coupon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/coupon.go b/api/service/coupon.go index c33951b..adf19ec 100644 --- a/api/service/coupon.go +++ b/api/service/coupon.go @@ -314,7 +314,7 @@ func (r *CouponService) PutSystemCoupon(couponId int64, req requests.PutSystemCo if len(req.InquiryType) > 0 { inquiryType := strings.Join(req.InquiryType, ",") if inquiryType != coupon.InquiryType { - couponData["inquiry_type"] = req.InquiryType + couponData["inquiry_type"] = inquiryType } } }