where(['hospital_id'=>$searchInfo['hospital_id'], 'q_type'=>$searchInfo['q_type'] ])->orderBy('order','asc')->get(); return \Yz::Return(true,"查询成功",['list'=>$list]); } }