bianjunhui 2 년 전
부모
커밋
946b6573f5
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      application/module/ctrl/Send_sms_adminAction.class.php

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

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