|
@@ -146,6 +146,7 @@ class MemberService
|
|
|
} else {
|
|
|
$item['balance_type'] = 'cut';
|
|
|
}
|
|
|
+ dump($item);
|
|
|
if ($key == 0 && $item['pay_category'] == 'RECHARGE') {
|
|
|
if (!empty($item['pay_extend_json'])) {
|
|
|
$extendJson = json_decode($item['pay_extend_json'], true);
|
|
@@ -169,7 +170,7 @@ class MemberService
|
|
|
$item['balance'] = number_format($balance, 2, '.', '');
|
|
|
$balance = $balance - $item['pay_amount'];
|
|
|
$data[] = $item;
|
|
|
- dump($data);
|
|
|
+// dump($data);
|
|
|
continue;
|
|
|
}
|
|
|
|