傻了TAT
This commit is contained in:
parent
8f058ff445
commit
3dcd915a90
@ -28,7 +28,7 @@ class Settlements extends Base
|
|||||||
//加入快代付值
|
//加入快代付值
|
||||||
$fastScale = dataConf('fastPayInSaleScale');
|
$fastScale = dataConf('fastPayInSaleScale');
|
||||||
$fastNum = round($discountMoney * ($fastScale*0.01),5);
|
$fastNum = round($discountMoney * ($fastScale*0.01),5);
|
||||||
Model('SysSummary')->addToPayFast($orderId,$fastNum,$fastScale,'订单【'.$order['orderNo']?:'--'.'】优惠款加入');
|
Model('SysSummary')->addToPayFast($orderId,$fastNum,$fastScale,'订单【'.($order['orderNo']?:'--').'】优惠款加入');
|
||||||
//获取产品额
|
//获取产品额
|
||||||
$totalMoney = $order->realTotalMoney;//产品额
|
$totalMoney = $order->realTotalMoney;//产品额
|
||||||
if(2 != $order->goodsType){//助微吧商品不给购户券值
|
if(2 != $order->goodsType){//助微吧商品不给购户券值
|
||||||
|
Loading…
x
Reference in New Issue
Block a user