|
@@ -37,7 +37,7 @@ class ONUService{
|
|
$admin = new AdvertAdminAction();
|
|
$admin = new AdvertAdminAction();
|
|
$admin->addDrLog($data);
|
|
$admin->addDrLog($data);
|
|
$count=$this->getCount($key);
|
|
$count=$this->getCount($key);
|
|
- if($status!=2&&$count>50){//失败数量大于50条 删除待发送
|
|
|
|
|
|
+ if($status!=2&&$count>40){//失败数量大于40条 删除待发送
|
|
$where =" where remarks='{$cmessageid}'" ;
|
|
$where =" where remarks='{$cmessageid}'" ;
|
|
$list = $admin->select_smslog_new_query($where);//牛信云发送日志查询
|
|
$list = $admin->select_smslog_new_query($where);//牛信云发送日志查询
|
|
$uid =$list[0]['uid'];
|
|
$uid =$list[0]['uid'];
|