|
|
|
@ -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;
|
|
|
|
|