You've already forked qlg.tsgz.moe
代慢计算1%
This commit is contained in:
@ -26,9 +26,7 @@ class Settlements extends Base
|
||||
}
|
||||
$discountMoney = round($discountMoney,2);
|
||||
//加入快代付值
|
||||
$fastScale = dataConf('fastPayInSaleScale');
|
||||
$fastNum = round($discountMoney * ($fastScale*0.01),5);
|
||||
Model('SysSummary')->addToPayFast($orderId,$fastNum,$fastScale,'订单【'.($order['orderNo']?:'--').'】优惠款加入');
|
||||
Model('SysSummary')->addToPayFast($orderId,$discountMoney,'订单【'.($order['orderNo']?:'--').'】优惠款加入');
|
||||
//获取产品额
|
||||
$totalMoney = $order->realTotalMoney;//产品额
|
||||
if(2 != $order->goodsType){//助微吧商品不给购户券值
|
||||
|
Reference in New Issue
Block a user