bianjunhui 2 năm trước cách đây
mục cha
commit
b039214142
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/module/ctrl/Send_sms_adminAction.class.php

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

@@ -282,7 +282,7 @@ class Send_sms_adminAction extends Action
         );
         $new=array();
         $times=time();
-        $where.="  and sendtime> $times and status!=1 ";
+        $where.="  and sendtime> $times and status is null ";
         $lists  = $admin->select_smslog_list($where);
         $wnums=0;
         foreach ($lists as $ks=>$vs){