更新号源列表显示

main
yanzai 3 weeks ago
parent 2dfe248a24
commit 589bcb54a4

@ -188,6 +188,9 @@ class PlanController extends Controller
break; break;
} }
} }
if($searchInfo['plan_type']==$v->plan_type_id and $v->type<>0 ){
$list_l[]=$list[$k];
}
continue; continue;
} }
if($v->type==0){ if($v->type==0){
@ -205,6 +208,7 @@ class PlanController extends Controller
break; break;
} }
} }
} }
if (isset($searchInfo['plan_type']) and !empty($searchInfo['plan_type'])) { if (isset($searchInfo['plan_type']) and !empty($searchInfo['plan_type'])) {
$list=$list_l; $list=$list_l;

Loading…
Cancel
Save