修改了系统优惠卷 问诊类型1

This commit is contained in:
wucongxing8150 2024-06-05 17:45:53 +08:00
parent 7f5330361f
commit ef5bd88106

View File

@ -314,7 +314,7 @@ func (r *CouponService) PutSystemCoupon(couponId int64, req requests.PutSystemCo
if len(req.InquiryType) > 0 { if len(req.InquiryType) > 0 {
inquiryType := strings.Join(req.InquiryType, ",") inquiryType := strings.Join(req.InquiryType, ",")
if inquiryType != coupon.InquiryType { if inquiryType != coupon.InquiryType {
couponData["inquiry_type"] = req.InquiryType couponData["inquiry_type"] = inquiryType
} }
} }
} }