Merge branch 'feature/plan-auto-send-release'

hotfix/远程访问多媒体中心
lyt 6 years ago
commit 198726a888

@ -92,7 +92,7 @@ class Trippest
public function if_tour_pvt($all_pag_info)
{
$tour_pvt_arr = array_filter(array_map(function($pag) {
if(intval($pag->PAG_ExtendType)===39009)
if(intval($pag->PAG_ExtendType)===39009 && !in_array(intval($pag->PAG_Type), array(35003,35007)))
{
return 1;
} else if (stripos($pag->PAG_Title,"PVT") !== false) {

Loading…
Cancel
Save