$Info=$dbspu->select("select com_name name,com_link_name cc,com_telphone tel,com_fax fax from lie_user_company where com_id = ".$com_id);
}
if($user_id!=""){#搜索用户信息
$Info=$dbspu->select("select com_name name,com_link_name cc,com_telphone tel,com_fax fax from lie_user_main a,lie_user_company b where a.company_id=b.com_id and a.user_id = ".$user_id);