//获取主营类目名字 if($uinfo['bi_category']>0&&$uinfo['bi_category']<=8){ $category_name = BusinessGradeModel::getMainCampByid($uinfo['bi_category']); }