1、优化优惠券详情接口,返回金额跟新增保持一致;

This commit is contained in:
chenlin 2024-12-10 18:21:46 +08:00
parent 38a4f33061
commit 03554f5edd

View File

@ -142,6 +142,8 @@ func ErpMarketingCouponDetail(c *gin.Context) {
return
}
erpCoupon.Amount = erpCoupon.Amount / 100
app.OK(c, erpCoupon, "OK")
return
}