This commit is contained in:
2020-07-13 21:57:24 +08:00
parent f2c1f6f6e9
commit e484f0fc70
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class Settlements extends Base
//加入快代付值
$fastScale = dataConf('fastPayInSaleScale');
$fastNum = round($discountMoney * ($fastScale*0.01),5);
Model('SysSummary')->addToPayFast($orderId,$fastNum,$fastScale,'订单ID['.$orderId.']优惠款加入代快(确认收货)');
Model('SysSummary')->addToPayFast($orderId,$fastNum,$fastScale,'订单'.$order['orderNo'].'优惠款加入');
//获取产品额
$totalMoney = $order->realTotalMoney;//产品额
if(2 != $order->goodsType){//助微吧商品不给购户券值