|
@@ -420,8 +420,6 @@ class CustomerDepositController extends Controller
|
420
|
420
|
//销售人员
|
421
|
421
|
$item['admin_name'] = $admin->realname;
|
422
|
422
|
|
423
|
|
- $item['phone'] = is_numeric($item['phone']) ? substr_replace($item['phone'], '****', 3, 4) : $item['phone'];
|
424
|
|
-
|
425
|
423
|
if($item['payment_type'] == 1){
|
426
|
424
|
$item['payment'] = '微信支付';
|
427
|
425
|
} else if($item['payment_type'] == 3){
|
|
@@ -803,6 +801,7 @@ class CustomerDepositController extends Controller
|
803
|
801
|
$phone = $request->input('phone');
|
804
|
802
|
|
805
|
803
|
$couponList = CustomerCoupons::getCustomerCouponsLog($phone);
|
|
804
|
+
|
806
|
805
|
$couponList = array_map(function($value){
|
807
|
806
|
$item = $value;
|
808
|
807
|
if($value['is_use'] == 1){
|