Browse Source

会员部分修改

shensong 5 years ago
parent
commit
bf3296e5be
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Controllers/Admin/CustomerDepositController.php

+ 0 - 1
app/Http/Controllers/Admin/CustomerDepositController.php

@@ -750,7 +750,6 @@ class CustomerDepositController extends Controller
750 750
         $phone = $request->input('phone');
751 751
 
752 752
         #查询会员领取情况以及基本信息
753
-//        $monthGiftLog = CustomerGiftReceives::getCustomerReceivesLog($phone,0);
754 753
         $customerInformation = CustomerVip::getCustomerInformation($phone);
755 754
         $data = array();
756 755