|
|
@@ -153,7 +153,6 @@ class xhRechargeService
|
|
|
$merchantTotalRecharge = stringUtil::calcAdd($merchantAsset['totalRecharge'], $rechargeAmount);
|
|
|
|
|
|
$rechargeData = [
|
|
|
- 'id' => stringUtil::generateOrderNo($merchantId, $userId),
|
|
|
'payWay' => $payWay,
|
|
|
'payStyle' => $payStyle,
|
|
|
'merchantId' => $merchantId,
|
|
|
@@ -169,7 +168,7 @@ class xhRechargeService
|
|
|
'status'=>1,
|
|
|
];
|
|
|
$order = self::add($rechargeData);//用户充值记录增加
|
|
|
-
|
|
|
+
|
|
|
$upData['integral'] = $totalIntegral;
|
|
|
$upData['balance'] = $totalBalance;
|
|
|
$upData['totalRecharge'] = $totalRecharge;
|