You've already forked qlg.tsgz.moe
修正树逻辑,添加获得预获产品券占优惠款,助购券
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user