From 3dcd915a9047902c80aa04a166805d5b3f2d65b5 Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Mon, 24 Aug 2020 22:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=82=BB=E4=BA=86TAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/common/model/Settlements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyhproject/common/model/Settlements.php b/hyhproject/common/model/Settlements.php index d3f0cf4..7c0743d 100755 --- a/hyhproject/common/model/Settlements.php +++ b/hyhproject/common/model/Settlements.php @@ -28,7 +28,7 @@ class Settlements extends Base //加入快代付值 $fastScale = dataConf('fastPayInSaleScale'); $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;//产品额 if(2 != $order->goodsType){//助微吧商品不给购户券值