bianjunhui %!s(int64=2) %!d(string=hai) anos
pai
achega
181c5bf484
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ";
+        $where.="  and sendtime> $times and status!=1 ";
         $lists  = $admin->select_smslog_list($where);
         $wnums=0;
         foreach ($lists as $ks=>$vs){