|
@@ -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']);
|