bianjunhui 2 years ago
parent
commit
2a27b898cf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/module/ctrl/Send_sms_adminAction.class.php

+ 2 - 1
application/module/ctrl/Send_sms_adminAction.class.php

@@ -239,7 +239,8 @@ class Send_sms_adminAction extends Action
                 $n        = ($page-1)*$pageSize;
                 $limit = " $n,$pageSize";
                 $customer_list = $admin->selesctSmsCustomer($where,$limit);
-
+                var_dump($customer_list);
+                exit;
                 foreach ($customer_list as $vs){
                     $countryMobile = $this->getCountryMobile($vs['country']);
                     $tel=$this->checkMobileCode($vs['tel']);