修正树逻辑,添加获得预获产品券占优惠款,助购券

This commit is contained in:
2020-10-13 23:06:12 +08:00
parent 118fa7d210
commit 6acde199d7
5 changed files with 28 additions and 14 deletions

View File

@ -149,7 +149,7 @@ class UserVouchers extends Base{
}else{
$count = (float)$_each["helpSaleNum"];
model('common/UserVouchers')->insertVouchersNotice($_each["userId"], 0, $count*((float)dataConf("deductionRateWhennegPreCoupons")/100),
0, "助购预获为负,每天耗损预获产品券", 0);
0, "助购为负,每天耗损预获产品券", 0);
}
}
Db::commit();