Browse Source

按分组导出短信客户

shenzhipeng 3 years ago
parent
commit
8b2197c549
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/module/ctrl/Sms_customer_list_adminAction.class.php

+ 1 - 1
application/module/ctrl/Sms_customer_list_adminAction.class.php

@@ -417,7 +417,7 @@ class Sms_customer_list_adminAction extends Action{
 		if(!empty($group_name)){
 			$where.=" and group_name='$group_name'";
 		}
-		$where.=" and is_block=1";
+		$where.=" and is_block=0";
 		$list = $admin->selesctSmsCustomer($where);
 
 		$d = date('Y-m-d',time());