zhugou吉日
This commit is contained in:
parent
896d91a0e3
commit
62f9a63757
@ -1559,10 +1559,6 @@ class Orders extends Base{
|
|||||||
"helpGetCount2"=>$calBaseNum*((float)dataConf('helpSaleCouponsCalBase')/100),
|
"helpGetCount2"=>$calBaseNum*((float)dataConf('helpSaleCouponsCalBase')/100),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
// 购户获得已获优惠券是在助购吧购的物的优惠款的? %
|
|
||||||
$vm->insertAlreadyVouchersNotice($order['helpUserId'], $orderId, 0, $calBaseNum*((float)dataConf('helpSaleAlreadyCouponGet')/100),
|
|
||||||
'订单【'.($order['orderNo']?:'--').'】预获优惠券助购转换所得',1);
|
|
||||||
}
|
|
||||||
// 9.26添加
|
// 9.26添加
|
||||||
//四级功能相关字:购户吉日获得“已获优惠券”为 00时 00分 15秒 ? 年2020? 月10? 日01
|
//四级功能相关字:购户吉日获得“已获优惠券”为 00时 00分 15秒 ? 年2020? 月10? 日01
|
||||||
//四级功能相关字:购户吉日获得“已获优惠券”的留言?祝您及家人幸福安康
|
//四级功能相关字:购户吉日获得“已获优惠券”的留言?祝您及家人幸福安康
|
||||||
@ -1576,6 +1572,10 @@ class Orders extends Base{
|
|||||||
$vm->insertAlreadyVouchersNotice($userId, $orderId, 0, round($zhugou_value*$jiri_get_percent*100, 5), $jiri_jiyan);
|
$vm->insertAlreadyVouchersNotice($userId, $orderId, 0, round($zhugou_value*$jiri_get_percent*100, 5), $jiri_jiyan);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 购户获得已获优惠券是在助购吧购的物的优惠款的? %
|
||||||
|
$vm->insertAlreadyVouchersNotice($order['helpUserId'], $orderId, 0, $calBaseNum*((float)dataConf('helpSaleAlreadyCouponGet')/100),
|
||||||
|
'订单【'.($order['orderNo']?:'--').'】预获优惠券助购转换所得',1);
|
||||||
|
}
|
||||||
|
|
||||||
//新增订单日志
|
//新增订单日志
|
||||||
$logOrder = [];
|
$logOrder = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user