shish 5 năm trước cách đây
mục cha
commit
70182ed7b3

+ 1 - 1
biz-ghs/order/services/RefundOrderService.php

@@ -124,7 +124,7 @@ class RefundOrderService extends BaseService
             $shop->mayGathering = $currentMayGathering;
             $shop->save();
 
-            //减掉退款金额
+            //订单减掉退款
             $currentRefund = bcadd($order->refundPrice, $refundPrice, 2);
             $order->refundPrice = $currentRefund;
             $currentActPrice = bcsub($order->actPrice, $refundPrice, 2);

+ 1 - 1
biz-hd/cg/services/CgRefundService.php

@@ -154,7 +154,7 @@ class CgRefundService extends BaseService
                 util::fail('订单已经月结,无法再发起退款');
             }
 
-            //减掉退款金额
+            //采购单减掉退款
             $currentRefund = bcadd($cg->refundPrice, $refundPrice, 2);
             $cg->refundPrice = $currentRefund;
             $currentActPrice = bcsub($cg->actPrice, $refundPrice, 2);

+ 1 - 1
biz/pt/classes/PtAssetClass.php

@@ -386,7 +386,7 @@ class PtAssetClass extends BaseClass
             'event' => "【{$shop->merchantName} {$shop->shopName}】的采购被退款",
             'sjId' => $sjId,
             'shopId' => $shopId,
-            'tx' => dict::getDict('yeTx', 'canNot'),
+            'tx' => $tx,
             'ptStyle' => $ptStyle,
             'shopName' => $shop->shopName,
             'sjName' => $shop->merchantName,