|
@@ -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());
|