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