修改了系统优惠卷 问诊类型1
This commit is contained in:
parent
7f5330361f
commit
ef5bd88106
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user