|
|
@@ -161,7 +161,9 @@ class OrderClearController extends BaseController
|
|
|
$shop = $this->shop;
|
|
|
$staff = $this->shopAdmin;
|
|
|
//充值
|
|
|
- CustomClass::rechargeBalance($custom, $amount, $shop, $staff);
|
|
|
+ $return = CustomClass::rechargeBalance($custom, $amount, $shop, $staff);
|
|
|
+ $custom = $return['custom'];
|
|
|
+ $ghs = $return['ghs'];
|
|
|
//结账
|
|
|
OrderClearClass::confirmClear($clear, $payWay);
|
|
|
$clearInfo = OrderClearClass::getLockById($id);
|