master
wangxinglong 2022-03-16 09:35:10 +08:00
parent 64c4aef95a
commit 5ee347ebbf
1 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ class Coupon extends Base
"关闭分销:【消费者】红包不足"
.CouponMain::min_redpack_money
."元,消费者占比最低" .
(round((CouponMain::min_redpack_money / ($data['deduction_money'])) * 100, 2))
(round((CouponMain::min_redpack_money / ($couponMain['deduction_money'])) * 100, 2))
. "%");
}
//检测 【渠道商】部分是否最少0.3元
@ -454,7 +454,7 @@ class Coupon extends Base
"关闭分销:【渠道商】红包不足"
.CouponMain::min_redpack_money
."元,渠道商占比最低" .
(round((CouponMain::min_redpack_money / ($data['deduction_money'])) * 100, 2))
(round((CouponMain::min_redpack_money / ($couponMain['deduction_money'])) * 100, 2))
. "%");
}