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