Browse Source

过滤正常手机

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

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

@@ -385,7 +385,7 @@ class Send_sms_adminAction extends Action
     }
     public function export(){
         $admin = new AdvertAdminAction();
-        $where = "where  1=1 ";
+        $where = "where  status=2 ";
         $starttime = trim($_REQUEST['starttime']);
         if(!empty($starttime)) {
             $starttimes=strtotime($starttime);
@@ -446,7 +446,7 @@ class Send_sms_adminAction extends Action
             //设置水平居中
             $resultPHPExcel->getActiveSheet()->getStyle('A')->getAlignment()->setHorizontal(\PHPExcel_Style_Alignment::HORIZONTAL_CENTER);
             $resultPHPExcel->getActiveSheet()->getStyle('B')->getAlignment()->setHorizontal(\PHPExcel_Style_Alignment::HORIZONTAL_CENTER);
-           
+
 
             //设置行高度
             $resultPHPExcel->getActiveSheet()->getRowDimension("1")->setRowHeight(20);