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