|
@@ -225,7 +225,7 @@ class Send_sms_adminAction extends Action
|
|
|
//过滤已加入分组美加用户州区号
|
|
|
public function jinList(){
|
|
|
$admin = new AdvertAdminAction();
|
|
|
- $where =" where is_send=0";
|
|
|
+ $where =" where is_send=1";
|
|
|
$page=1;
|
|
|
$pageSize=50;
|
|
|
$city_code =$admin->selectCityCode() ;
|
|
@@ -239,8 +239,6 @@ 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']);
|