1、优化优惠券详情接口,返回金额跟新增保持一致;
This commit is contained in:
parent
38a4f33061
commit
03554f5edd
|
@ -142,6 +142,8 @@ func ErpMarketingCouponDetail(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
erpCoupon.Amount = erpCoupon.Amount / 100
|
||||
|
||||
app.OK(c, erpCoupon, "OK")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user