|
|
@@ -236,7 +236,7 @@ class CgRefundService extends BaseService
|
|
|
} elseif ($payWay == dict::getDict('payWay', 'balancePay')) {
|
|
|
|
|
|
//门店余额增加
|
|
|
- ShopClass::cgRefundAddBalance($shop, $refundPrice, $cgRefund);
|
|
|
+ ShopClass::cgRefundAddBalance($shop, $refundPrice, $cgRefund,$ghs);
|
|
|
|
|
|
} else {
|
|
|
util::fail('支付方式没有找到哦!');
|