...
|
...
|
@@ -221,9 +221,9 @@ class Video extends \yii\db\ActiveRecord |
|
|
//该房间如果包含资讯业务线,那么要更新资讯那边状态
|
|
|
if(in_array(\common\config\Params::YOHONOW,explode(',',$room['app']))){
|
|
|
$news_ret = YHNowApiReq::getInstance()->setLiveStat($room_id,0);
|
|
|
if(!$news_ret){
|
|
|
/*if(!$news_ret){
|
|
|
throw new \Exception(YHNowApiReq::getInstance()->errors);
|
|
|
}
|
|
|
}*/
|
|
|
}
|
|
|
$transaction->commit();
|
|
|
return true;
|
...
|
...
|
|