phpyun人才系統v7.1使用升級補丁怎么從授權版升級至vip版?我說下我的技巧有資源的可以看過來,這樣就不用花錢麻煩官方了,新版本照樣支持小程序源碼

前:這個方法我只在Phpyun 的7.x系列使用過,低于這個版本的我暫時沒有研究過,我感覺大同小異!

一. 升級前提條件
無論現在你使用的是商業版還是學習版 想垮系列升級你必須有對應的升級補丁,比如說你是授權版或旗艦版 想升級到最新的vip版你需要有對應的升級補丁,如需要我這里可以提供找我頭像關注我(VIP版和授權版及旗艦版有啥區別都不知道那你沒必要升級,說明你沒有這個需求)
在這里插入圖片描述
二. 執行升級語句(這是SQL語句里面涉及到的表都是 授權版與vip不同的表,簡單的說要在授權版里面新建缺失的數據庫表)

<?php
set_time_limit(0);
include("../global.php");$version = 'v7.0.1 VIP版(20240122)';$query = $db->query("SELECT * FROM ".$db_config[def]."version WHERE 1 ORDER BY id DESC");$vr = $db->fetch_array($query);if($vr['version'] == $version){echo $version."升級文件已運行!";exit();
}if($_GET[step]!="11"){echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>正在升級中.... - - Powered by PHPYun.</title><link href="'.$config[sy_weburl].'/template/member/style/msg.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="content" style="background:f5f5f5;"><div class="content-title" style="width:100%"><span style="width:100%">正在升級中,已進行'.$_GET[step].'/11</span></div><div style="border:1px solid #ccc; float:left;width:100%;"><dl style="width:100%"><p style="text-align:center;"><img src="loading.gif"></p><br><p style="text-align:center;"><font color="red">本次更新時間較長,請不要中途中斷,以免升級失敗,請耐心等待!</font></p></dl>
</div>
</div>
</body>
</html>';
};
if($_GET[step]==""){echo "<script>location.href='$config[sy_weburl]/update/index.php?step=1';</script>";
}
/****************************第一步:新增數據字段************************************/
if($_GET[step]=="1"){$db->query("ALTER TABLE `$db_config[def]company_job` ADD COLUMN `add_crm` int(11) DEFAULT '0'");$db->query("ALTER TABLE `$db_config[def]subscribe` ADD COLUMN `stime` int(10) DEFAULT '0'");$db->query("ALTER TABLE `$db_config[def]hr_log` ADD COLUMN `uptime` int(10) DEFAULT '0'");$db->query("ALTER TABLE `$db_config[def]special_job` ADD COLUMN `sort` int(10) UNSIGNED NOT NULL DEFAULT '0'");$db->query("UPDATE `" . $db_config[def] . "ad_class` SET `class_name`='移動端首頁通欄廣告(一) 700*90' WHERE `id`=503");$query2 = $db->query("SELECT `id` FROM ".$db_config[def]."ad_class WHERE `id` = '600'");$row2   = $db->fetch_array($query2);if (!isset($row2['id'])){$db->query("INSERT INTO `$db_config[def]ad_class`(`id`, `class_name`, `orders`, `href`, `integral_buy`, `place`, `type`, `btype`, `x`, `y`, `remark`) VALUES(600, '移動端首頁通欄廣告(二) 345*90', 0, '', '', 2, 1, 0, '', '',NULL);");$db->query("INSERT INTO `$db_config[def]ad_class`(`id`, `class_name`, `orders`, `href`, `integral_buy`, `place`, `type`, `btype`, `x`, `y`, `remark`) VALUES(601, '移動端首頁通欄廣告(三) 225*90', 0, '', '', 2, 1, 0, '', '',NULL);");}$query3 = $db->query("SELECT `id` FROM ".$db_config[def]."tplapp WHERE `name` = 'adhdid2'");$row3   = $db->fetch_array($query3);if (!isset($row3['id'])){$db->query("INSERT INTO `$db_config[def]tplapp`(`id`, `name`, `config`,`pic`, `type`, `url`, `display`, `navsort`, `desc`) VALUES(NULL, 'adhdid2', '600', NULL, 'index', NULL, 0, 0, '');");$db->query("INSERT INTO `$db_config[def]tplapp`(`id`, `name`, `config`,`pic`, `type`, `url`, `display`, `navsort`, `desc`) VALUES(NULL, 'adhdid3', '601', NULL, 'index', NULL, 0, 0, '');");$db->query("INSERT INTO `$db_config[def]tplapp`(`id`, `name`, `config`,`pic`, `type`, `url`, `display`, `navsort`, `desc`) VALUES(NULL, 'sysyjlogin', '1', NULL, 'index', NULL, 0, 0, '');");}$db->query("CREATE TABLE `$db_config[def]chat_zh`  (`id` int(25) NOT NULL AUTO_INCREMENT,`fid` int(11) NULL DEFAULT NULL,`fusertype` int(1) NULL DEFAULT NULL,`toid` int(11) NULL DEFAULT NULL,`tousertype` int(1) NULL DEFAULT NULL,`beginid` varchar(50) NULL DEFAULT NULL,`ctime` int(11) NULL DEFAULT NULL,PRIMARY KEY (`id`) USING BTREE,INDEX `beginid`(`beginid`) USING BTREE) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=2';</script>";
}
/****************************第二步:更新后臺導航***************************/
if ($_GET['step'] == 2) {$db->query("UPDATE `" . $db_config[def] . "hr_log` SET uptime=ctime WHERE `uid`>0");$db->query("TRUNCATE TABLE  `$db_config[def]admin_navigation`");$db->query("INSERT INTO `$db_config[def]admin_navigation` (`id`, `name`, `keyid`, `url`, `menu`, `classname`, `sort`, `display`, `dids`, `level`, `path`) VALUES(1, '會員', 0, '', 1, '0', 1, 0, 1, 1, ''),(2, '內容', 0, '', 1, '0', 2, 0, 1, 1, ''),(3, '運營', 0, '', 1, '0', 3, 0, 1, 1, ''),(4, '工具', 0, '', 1, '0', 4, 0, 1, 1, ''),(5, '系統', 0, '', 1, '0', 5, 0, 1, 1, ''),(6, '企業', 1, '', 1, 'nav_company', 1, 0, 1, 2, ''),(7, '個人', 1, '', 1, 'nav_user', 2, 0, 1, 2, ''),(8, '獵頭', 1, '', 0, 'nav_lt', 3, 0, 1, 2, ''),(9, '培訓', 1, '', 0, 'nav_py', 4, 0, 1, 2, ''),(10, '新聞', 2, '', 0, 'nav_news', 1, 0, 1, 2, ''),(11, '測評', 2, '', 0, 'nav_cp', 2, 0, 1, 2, ''),(12, '招聘會', 2, '', 0, 'nav_zph', 3, 0, 1, 2, ''),(13, '工具箱', 2, '', 0, 'nav_gjx', 4, 0, 1, 2, ''),(14, '公告', 2, '', 0, 'nav_gg', 5, 0, 1, 2, ''),(15, '問答', 2, '', 0, 'nav_ask', 6, 0, 1, 2, ''),(16, '企業用戶', 6, 'index.php?m=user&c=company', 2, '0', 1, 0, 1, 3, '/companycrm'),(17, '個人用戶', 7, 'index.php?m=user&c=users_member', 1, '0', 1, 0, 1, 3, '/userscrm'),(18, '獵頭用戶', 8, 'index.php?m=user&c=admin_lt_member', 1, '0', 1, 0, 1, 3, '/ltuser'),(19, '獵頭職位', 8, 'index.php?m=user&c=admin_lt_job', 1, '0', 2, 0, 1, 3, '/ltjob'),(20, '獵頭簡歷', 8, 'index.php?m=user&c=admin_height_user', 1, '0', 3, 0, 1, 3, '/ltresume'),(21, '認證&審核', 8, 'index.php?m=user&c=admin_lt_cert', 1, '0', 4, 0, 1, 3, '/ltrz'),(22, '懸賞', 19, 'index.php?m=user&c=admin_lt_xuanshang', 1, '0', 3, 0, 1, 4, ''),(23, '增值套餐', 8, 'index.php?m=user&c=admin_lt_rating', 1, '0', 6, 0, 1, 3, '/lttc'),(24, '獵頭設置', 8, 'index.php?m=user&c=admin_ltset', 1, '0', 7, 0, 1, 3, '/ltset'),(25, '培訓用戶', 9, 'index.php?m=user&c=peixun_member', 1, '0', 1, 0, 1, 3, '/peixun_user'),(26, '培訓講師', 9, 'index.php?m=user&c=peixun_teacher', 1, '0', 2, 0, 1, 3, '/peixun_teacher'),(27, '培訓課程', 9, 'index.php?m=user&c=peixun_subject', 1, '0', 3, 0, 1, 3, '/peixun_subject'),(28, '認證&審核', 9, 'index.php?m=user&c=peixun_renzheng', 1, '0', 4, 0, 1, 3, '/peixun_renzheng'),(29, '課程報名', 27, 'index.php?m=user&c=peixun_subjectbm', 1, '0', 5, 0, 1, 4, ''),(30, '培訓新聞', 9, 'index.php?m=user&c=peixun_news', 1, '0', 6, 0, 1, 3, '/peixun_news'),(31, '課程咨詢', 27, 'index.php?m=user&c=peixun_subjectzx', 1, '0', 7, 0, 1, 4, ''),(32, '培訓設置', 9, 'index.php?m=user&c=peixun_config', 1, '0', 8, 0, 1, 3, '/peixun_config'),(33, '簡歷管理', 7, 'index.php?m=user&c=users_resume', 2, '0', 2, 0, 1, 3, '/resume'),(34, '認證&審核', 7, 'index.php?m=user&c=users_usercert', 1, '0', 3, 0, 1, 3, '/renzheng'),(35, '委托簡歷', 33, 'index.php?m=user&c=users_trust', 1, '0', 4, 0, 1, 4, ''),(36, '普工簡歷', 156, 'index.php?m=user&c=weipin_tiny', 1, '0', 2, 0, 1, 3, '/weipin_tiny'),(37, '求職咨詢', 7, 'index.php?m=user&c=users_msg', 1, '0', 6, 0, 1, 3, '/zixun'),(38, '簡歷記錄', 7, 'index.php?m=user&c=users_userlog', 1, '0', 7, 0, 1, 3, '/xingwei'),(39, '個人設置', 7, 'index.php?m=user&c=users_userset', 1, '0', 8, 0, 1, 3, '/userset'),(40, '職位管理', 6, 'index.php?m=user&c=company_job', 2, '0', 2, 0, 1, 3, '/companyjob'),(41, '名企信息', 16, 'index.php?m=user&c=hotjob', 1, '0', 3, 0, 1, 4, ''),(42, '兼職管理', 40, 'index.php?m=user&c=partjob', 1, '0', 15, 0, 1, 4, ''),(43, '懸賞賞金職位', 40, 'index.php?m=user&c=jobpack', 1, '0', 16, 0, 1, 4, ''),(44, '企業產品審核', 47, 'index.php?m=user&c=company_product', 1, '0', 6, 0, 1, 4, ''),(45, '企業新聞審核', 47, 'index.php?m=user&c=company_news', 1, '0', 6, 0, 1, 4, ''),(46, '評價&模板', 6, 'index.php?m=user&c=company_evaluate', 1, '0', 8, 0, 1, 3, '/companyms'),(47, '認證&審核', 6, 'index.php?m=user&c=company_cert', 1, '0', 9, 0, 1, 3, '/companyrz'),(48, '店鋪招聘', 156, 'index.php?m=user&c=weipin_once', 1, '0', 1, 0, 1, 3, '/weipin_once'),(49, '招聘專題', 343, 'index.php?m=yunying&c=special_special', 1, '0', 1, 0, 1, 3, '/special'),(50, '職位記錄', 6, 'index.php?m=user&c=company_comlog', 1, '0', 12, 0, 1, 3, '/companyjoblog'),(52, '套餐服務', 6, 'index.php?m=user&c=company_comrating', 1, '0', 14, 0, 1, 3, '/companyvip'),(53, '企業設置', 6, 'index.php?m=user&c=company_comset', 2, '0', 15, 0, 1, 3, '/companyset'),(54, '新聞管理', 10, 'index.php?m=neirong&c=news', 2, '0', 1, 0, 1, 3, '/newsmanage'),(55, '添加/修改', 54, 'index.php?m=neirong&c=news&a=addnews', 1, '0', 2, 0, 1, 4, ''),(56, '新聞類別', 10, 'index.php?m=neirong&c=news&a=group', 1, '0', 3, 0, 1, 3, '/newslb'),(57, '工具箱', 13, 'index.php?m=neirong&c=toolbox_doc', 1, '0', 1, 0, 1, 3, '/toolbox_doc'),(58, '工具箱類別', 13, 'index.php?m=neirong&c=toolbox_class', 1, '0', 2, 0, 1, 3, '/toolbox_class'),(59, '公告管理', 14, 'index.php?m=neirong&c=announcement', 2, '0', 1, 0, 1, 3, '/announcement'),(61, '現場招聘會', 12, 'index.php?m=neirong&c=zhaopinhui', 1, '0', 1, 0, 1, 3, '/xczph'),(62, '添加/修改', 61, 'index.php?m=neirong&c=zhaopinhui&a=add', 1, '0', 1, 0, 1, 4, ''),(63, '參會企業', 61, 'index.php?m=neirong&c=zhaopinhui&a=com', 1, '0', 2, 0, 1, 4, '/chcompany'),(64, '招聘會場地', 61, 'index.php?m=neirong&c=zph_space', 1, '0', 3, 0, 1, 4, '/zphaddress'),(65, '意見反饋', 198, 'index.php?m=system&c=info_feedback', 1, '0', 1, 0, 1, 3, '/feedback'),(66, '問答管理', 15, 'index.php?m=neirong&c=question', 1, '0', 1, 0, 1, 3, '/question'),(68, '系統消息', 198, 'index.php?m=system&c=info_systeminfo', 1, '0', 4, 0, 1, 3, '/systeminfo'),(69, '測評試卷', 11, 'index.php?m=neirong&c=evaluate', 1, '0', 1, 0, 1, 3, '/cpsj'),(70, '添加/修改', 69, 'index.php?m=neirong&c=evaluate&a=add', 1, '0', 2, 0, 1, 4, ''),(71, '測評類別', 11, 'index.php?m=neirong&c=evaluate&a=group', 1, '0', 3, 0, 1, 3, '/cpfl'),(72, '測評留言', 11, 'index.php?m=neirong&c=evaluate&a=message', 1, '0', 5, 0, 1, 3, '/lymanage'),(73, '類別', 5, '', 0, 'nav_lb', 4, 0, 1, 2, ''),(74, '商城', 3, '', 0, 'nav_shop', 8, 0, 1, 2, ''),(75, '廣告', 3, '', 0, 'nav_guanggao', 1, 0, 1, 2, ''),(76, '商品管理', 74, 'index.php?m=yunying&c=shop_reward', 1, '0', 1, 0, 1, 3, '/shopreward'),(77, '兌換記錄', 74, 'index.php?m=yunying&c=shop_list', 1, '0', 2, 0, 1, 3, '/shoplist'),(78, '優惠券管理', 166, 'index.php?m=yunying&c=coupon', 1, '0', 3, 0, 1, 3, '/coupon'),(79, '優惠券記錄', 166, 'index.php?m=yunying&c=coupon_list', 1, '0', 2, 0, 1, 3, '/couponlist'),(81, '充值卡管理', 166, 'index.php?m=yunying&c=coupon_prepaid', 1, '0', 6, 0, 1, 3, '/couponprepaid'),(82, '商品分類', 74, 'index.php?m=yunying&c=shop_class', 1, '0', 7, 0, 1, 3, '/shopclass'),(83, '廣告管理', 75, 'index.php?m=yunying&c=ad', 2, '0', 1, 0, 1, 3, '/ad'),(85, '廣告訂單', 75, 'index.php?m=yunying&c=ad_order', 1, '0', 3, 0, 1, 3, '/ad_order'),(86, '廣告類別', 75, 'index.php?m=yunying&c=ad_class', 1, '0', 4, 0, 1, 3, '/ad_class'),(87, '個人會員', 1026, 'index.php?m=system&c=category_userclass', 1, '0', 1, 0, 1, 3, '/member_index'),(88, '城市管理', 73, 'index.php?m=system&c=category_city', 1, '0', 2, 0, 1, 3, '/city'),(89, '行業類別', 73, 'index.php?m=system&c=category_industry', 1, '0', 3, 0, 1, 3, '/industry'),(91, '企業會員', 1026, 'index.php?m=system&c=category_comclass', 1, '0', 5, 0, 1, 3, ''),(92, '職位類別', 73, 'index.php?m=system&c=category_job_class', 1, '0', 4, 0, 1, 3, '/job_class'),(93, '兼職分類', 73, 'index.php?m=system&c=category_partclass', 1, '0', 6, 0, 1, 3, '/partclass'),(94, '獵頭會員分類', 1027, 'index.php?m=system&c=category_ltclass', 1, '0', 7, 0, 1, 3, ''),(95, '獵頭行業分類', 1027, 'index.php?m=system&c=category_lthy_class', 1, '0', 8, 0, 1, 3, ''),(96, '獵頭職位分類', 1027, 'index.php?m=system&c=category_ltjob_class', 1, '0', 9, 0, 1, 3, ''),(97, '問答類別', 15, 'index.php?m=neirong&c=question_class', 1, '0', 2, 0, 1, 3, '/question_class'),(98, '舉報原因', 73, 'index.php?m=system&c=category_reason', 1, '0', 8, 0, 1, 3, '/reason'),(99, '課程類別', 1028, 'index.php?m=system&c=category_px_subject_class', 1, '0', 12, 0, 1, 3, ''),(100, '開課類型', 1028, 'index.php?m=system&c=category_px_subject_type', 1, '0', 13, 0, 1, 3, ''),(101, '單頁面類別', 195, 'index.php?m=system&c=singleclass', 1, '0', 14, 0, 1, 3, '/singleclass'),(102, '管理員', 5, '', 0, 'nav_gly', 5, 0, 1, 2, ''),(103, '生成', 4, '', 0, 'nav_sc', 0, 0, 1, 2, ''),(104, '我的帳號', 102, 'index.php?m=system&c=role_myuser', 2, '0', 1, 0, 1, 3, '/myaccount'),(105, '管理員列表', 102, 'index.php?m=system&c=role_user', 1, '0', 2, 0, 1, 3, '/user'),(110, '管理員日志', 102, 'index.php?m=system&c=role_logrecord', 1, '0', 3, 0, 1, 3, '/logrecord'),(109, '會員日志', 401, 'index.php?m=user&c=admin_memberlog', 1, '0', 7, 0, 1, 3, '/userlog'),(112, '管理員類型', 102, 'index.php?m=system&c=role_ugroup', 1, '0', 4, 0, 1, 3, '/ugroup'),(113, '頁面生成', 103, 'index.php?m=tool&c=generate_page', 1, '0', 1, 0, 1, 3, '/generate_page'),(117, '生成緩存', 103, 'index.php?m=tool&c=generate_cache', 1, '0', 5, 0, 1, 3, '/generate_cache'),(120, '生成XML', 103, 'index.php?m=tool&c=generate_xml&a=archive', 1, '0', 8, 0, 1, 3, '/generate_xml'),(121, '設置', 5, '', 0, 'nav_set', 1, 0, 1, 2, ''),(122, '微信', 4, '', 1, 'nav_weixin', 0, 0, 1, 2, ''),(123, '數據', 4, '', 1, 'nav_data', 0, 0, 1, 2, ''),(124, '微信菜單', 122, 'index.php?m=tool&c=weixinmenu', 1, '0', 2, 0, 1, 3, '/weixinmenu'),(125, '微信紅包', 122, 'index.php?m=tool&c=weixinred', 1, '0', 3, 0, 1, 3, '/weixinred'),(127, '微信通知', 122, 'index.php?m=tool&c=wxtz', 1, '', 8, 0, 1, 3, '/wxtz'),(128, '用戶日志', 122, 'index.php?m=tool&c=weixinrecord', 1, '0', 4, 0, 1, 3, '/weixinrecord'),(132, '數據庫', 123, 'index.php?m=tool&c=database', 1, '0', 1, 0, 1, 3, '/database'),(133, '數據采集', 123, 'index.php?m=tool&c=dataCollection', 1, '0', 2, 0, 1, 3, '/dataCollection'),(134, '數據導入', 123, 'index.php?m=tool&c=dataExcel', 1, '0', 3, 0, 1, 3, '/dataExcel'),(135, '數據調用', 123, 'index.php?m=tool&c=dataCall', 1, '0', 4, 0, 1, 3, '/dataCall'),(142, '網站設置', 121, 'index.php?m=system&c=set_config', 1, '0', 1, 0, 1, 3, '/set'),(143, '模塊設置', 121, 'index.php?m=system&c=set_module', 1, '0', 2, 0, 1, 3, '/moduleset'),(144, '頁面設置', 121, 'index.php?m=system&c=set_web_config', 1, '0', 3, 0, 1, 3, '/yemainset'),(145, '導航設置', 121, 'index.php?m=system&c=set_navigation', 1, '0', 4, 0, 1, 3, '/navigation'),(187, '短信設置', 186, 'index.php?m=tool&c=messageset', 1, '0', 1, 0, 1, 3, '/messageset'),(148, '支付設置', 121, 'index.php?m=system&c=set_payset', 1, '0', 7, 0, 1, 3, '/payset'),(149, 'SEO設置', 121, 'index.php?m=system&c=set_seo', 1, '0', 8, 0, 1, 3, '/seoset'),(151, '積分設置', 121, 'index.php?m=system&c=set_integral', 1, '0', 9, 0, 1, 3, '/jifenset'),(152, '注冊設置', 121, 'index.php?m=system&c=set_regset', 1, '0', 10, 0, 1, 3, '/regset'),(153, '網站地圖', 121, 'index.php?m=system&c=set_navmap', 1, '0', 11, 0, 1, 3, 'navmap'),(154, '添加/修改', 59, 'index.php?m=neirong&c=announcement&a=add', 1, '0', 2, 0, 1, 4, '/addgg'),(156, '微聘', 1, '', 1, 'nav_once', 6, 0, 1, 2, ''),(158, '登錄', 4, '', 1, 'nav_login', 4, 0, 1, 2, ''),(159, '快捷登錄', 158, 'index.php?m=tool&c=fastlogin', 1, '0', 1, 0, 1, 3, '/fastlogin'),(160, '登錄整合', 158, 'index.php?m=tool&c=admin_uc', 1, '0', 2, 0, 1, 3, '/admin_uc'),(161, '財務', 3, '', 0, 'nav_cw', 0, 0, 1, 2, ''),(162, '充值訂單', 161, 'index.php?m=yunying&c=finance_company_order', 1, '0', 1, 0, 1, 3, '/chongzhidd'),(163, '消費日志', 161, 'index.php?m=yunying&c=finance_company_pay', 1, '0', 3, 0, 1, 3, '/xiaofei'),(164, '后臺充值', 161, 'index.php?m=yunying&c=finance_recharge', 1, '0', 6, 0, 1, 3, '/houtaicz'),(165, '發票管理', 161, 'index.php?m=yunying&c=finance_invoice', 1, '0', 2, 0, 1, 3, '/fapiaoguan'),(166, '優惠券', 3, '', 1, 'nav_reward', 10, 0, 1, 2, ''),(167, '賞金提現', 161, 'index.php?m=yunying&c=finance_withdraw', 1, '0', 5, 0, 1, 3, '/shangjintx'),(168, '數據看板', 123, 'index.php?m=tool&c=dataBoard', 1, '0', 5, 0, 1, 3, '/dataBoard'),(169, '回收站', 123, 'index.php?m=tool&c=dataRecycle', 1, '0', 6, 0, 1, 3, '/dataRecycle'),(170, '分站', 5, '', 1, 'nav_fz', 8, 0, 1, 2, ''),(171, '分站管理', 170, 'index.php?m=system&c=domain_list', 1, '0', 1, 0, 1, 3, '/domainList'),(172, '分站設置', 171, 'index.php?m=system&c=domain_list&a=configSave', 1, '0', 1, 0, 1, 4, ''),(173, '分站管理員', 170, 'index.php?m=system&c=domain_group', 1, '0', 2, 0, 1, 3, '/domainAdminList'),(174, '計劃任務', 121, 'index.php?m=system&c=set_cron', 1, '0', 11, 0, 1, 3, '/cron'),(175, '預警設置', 121, 'index.php?m=system&c=warning', 1, '0', 12, 0, 1, 3, '/warning'),(176, '舉報', 3, '', 1, 'nav_jb', 6, 0, 1, 2, ''),(177, '營銷', 3, '', 1, 'nav_yx', 7, 0, 1, 2, ''),(178, '舉報職位', 176, 'index.php?m=yunying&c=report_job', 1, '0', 1, 0, 1, 3, '/reportjob'),(179, '舉報簡歷', 176, 'index.php?m=yunying&c=report_resume', 1, '0', 2, 0, 1, 3, '/reportresume'),(180, '舉報問答', 176, 'index.php?m=yunying&c=report_ask', 1, '0', 3, 0, 1, 3, '/reportask'),(181, '舉報顧問', 176, 'index.php?m=yunying&c=report_advise', 1, '0', 5, 0, 1, 3, '/reportadvise'),(182, '推廣營稍', 177, 'index.php?m=yunying&c=yingxiao_tuiguang', 1, '0', 1, 0, 1, 3, '/yingxiao_tuiguang'),(183, '訂閱管理', 177, 'index.php?m=yunying&c=yingxiao_subscribe', 1, '', 2, 0, 1, 3, '/yingxiao_subscribe'),(184, '賬號申訴記錄', 402, 'index.php?m=user&c=admin_appeal', 1, '', 6, 0, 1, 4, ''),(185, '郵件', 4, '', 1, 'nav_email', 6, 0, 1, 2, ''),(186, '短信', 4, '', 1, 'nav_msg', 3, 0, 1, 2, ''),(188, '短信記錄', 186, 'index.php?m=tool&c=messagelog', 1, '0', 3, 0, 1, 3, '/messagelog'),(189, '郵件設置', 185, 'index.php?m=tool&c=emailset', 1, '0', 2, 0, 1, 3, '/emailset'),(190, '郵件記錄', 185, 'index.php?m=tool&c=emaillog', 1, '0', 3, 0, 1, 3, '/emaillog'),(193, '關鍵字管理', 121, 'index.php?m=system&c=set_guanjianci', 1, '', 11, 0, 1, 3, '/guanjianci'),(194, '友情鏈接', 121, 'index.php?m=system&c=set_friendlink', 1, '', 12, 0, 1, 3, '/friendlink'),(195, '單頁面', 5, '', 1, 'nav_desc', 7, 0, 1, 2, ''),(196, '單頁面管理', 195, 'index.php?m=system&c=singlepage', 1, '0', 0, 0, 1, 3, '/singlepage'),(198, '信息', 5, '', 1, 'nav_xx', 9, 0, 1, 2, ''),(204, '新聞屬性', 10, 'index.php?m=neirong&c=news&a=type', 1, '0', 5, 0, 1, 3, '/newssx'),(205, '消費統計', 161, 'index.php?m=yunying&c=finance_statis', 1, '0', 4, 0, 1, 3, '/shouzhitj'),(206, '添加/修改', 76, 'index.php?m=yunying&c=shop_reward&a=add', 1, '0', 3, 0, 1, 4, ''),(212, 'CRM', 0, '', 1, '', 6, 0, 1, 1, ''),(213, '業務員', 212, '', 0, 'nav_ywy', 1, 0, 1, 2, ''),(216, '工作臺', 213, 'index.php?m=crm&c=crm_index', 3, '', 1, 0, 1, 3, '/jobtai'),(217, '待辦任務', 213, 'index.php?m=crm&c=taskYwy', 1, '', 3, 0, 1, 3, '/taskList'),(218, '聯系跟進', 213, 'index.php?m=crm&c=followLogYwy', 1, '', 4, 0, 1, 3, '/followLog'),(219, '客戶公海', 213, 'index.php?m=crm&c=crm_customer', 1, '', 5, 0, 1, 3, '/kehugh'),(220, '我的客戶', 213, 'index.php?m=crm&c=crm_my_customer', 1, '', 2, 0, 1, 3, '/mykehu'),(225, '工作日志', 213, 'index.php?m=crm&c=workLogYwy', 1, '', 7, 0, 1, 3, '/workLog'),(226, '管理員', 212, '', 1, 'nav_gly', 4, 0, 1, 2, ''),(227, '分類管理', 226, 'index.php?m=crm&c=crmClass', 1, '', 11, 0, 1, 3, '/crmClass'),(228, '查賬助手', 226, 'index.php?m=crm&c=auditAss', 1, '', 9, 0, 1, 3, '/crmAudit'),(231, 'CRM管理', 226, 'index.php?m=crm&c=salesman', 1, '', 2, 0, 1, 3, '/crmManage'),(337, '校園分類', 73, 'index.php?m=system&c=category_schoolclass', 1, '0', 5, 0, 1, 3, '/schoolclass'),(339, '校園', 1, '', 1, 'nav_school', 7, 0, 1, 2, ''),(340, '院校管理', 339, 'index.php?m=user&c=school_academy', 1, '0', 0, 0, 1, 3, '/school'),(342, '宣講會', 339, 'index.php?m=user&c=school_xjh', 1, '0', 0, 0, 1, 3, '/schoolxjh'),(341, '應屆生職位', 340, 'index.php?m=user&c=school_graduate', 1, '0', 0, 0, 1, 4, ''),(343, '專題', 3, '', 1, 'nav_sp', 4, 0, 1, 2, ''),(344, '添加/修改', 49, 'index.php?m=yunying&c=special_special&a=add', 1, '0', 2, 0, 1, 4, ''),(349, '簡歷庫', 20, 'index.php?m=user&c=admin_lt_talent', 1, '', 9, 0, 1, 4, ''),(350, '聊天', 4, '', 0, 'nav_chat', 3, 0, 1, 2, ''),(351, '聊天設置', 350, 'index.php?m=tool&c=chatset', 1, '', 1, 0, 1, 3, '/chatset'),(352, '聊天記錄', 350, 'index.php?m=tool&c=chatlog', 1, '', 2, 0, 1, 3, '/chatlog'),(353, '舉報宣講會', 176, 'index.php?m=yunying&c=report_xjh', 1, '', 6, 0, 1, 3, '/reportxjh'),(359, '問答設置', 15, 'index.php?m=neirong&c=question&a=config', 1, '0', 3, 0, 1, 3, '/question_config'),(361, '測評日志', 11, 'index.php?m=neirong&c=evaluate&a=record', 1, '', 6, 0, 1, 3, '/yhjl'),(363, '移動端', 4, '', 0, 'nav_app', 3, 0, 1, 2, ''),(364, 'APP配置', 363, 'index.php?m=tool&c=app_set', 1, '', 1, 0, 1, 3, '/appset'),(365, 'APP推送記錄', 363, 'index.php?m=tool&c=app_push', 1, '', 2, 0, 1, 3, '/pushlog'),(366, '模板DIY', 363, 'index.php?m=tool&c=diy', 1, '', 4, 0, 1, 3, '/diy'),(367, '微信小程序', 363, 'index.php?m=tool&c=xcxset', 1, '', 3, 0, 1, 3, '/xcxset'),(382, 'OSS設置', 123, 'index.php?m=tool&c=dataOss', 1, '0', 7, 0, 1, 3, '/dataOss'),(387, '我的業績', 213, 'index.php?m=crm&c=crm_my_performance', 1, '', 6, 0, 1, 3, '/myyeji'),(389, '訂單管理', 226, 'index.php?m=crm&c=order', 1, '', 5, 0, 1, 3, '/crmOrder'),(390, '外出申請', 213, 'index.php?m=crm&c=outLogYwy', 1, '', 8, 0, 1, 3, '/outLog'),(391, '外出審批', 226, 'index.php?m=crm&c=outLog', 1, '', 6, 0, 1, 3, '/allOutLog'),(392, '工作日志', 226, 'index.php?m=crm&c=workLog', 1, '', 8, 0, 1, 3, '/allWorkLog'),(393, '供求', 1, '', 0, 'nav_demand', 8, 0, 1, 2, ''),(394, '供求用戶', 393, 'index.php?m=user&c=supply_user', 1, '0', 1, 0, 1, 3, '/supplyuser'),(395, '待辦任務', 226, 'index.php?m=crm&c=task', 1, '', 7, 0, 1, 3, '/allTaskList'),(396, '跟進記錄', 226, 'index.php?m=crm&c=followLog', 1, '', 3, 0, 1, 3, '/allFollowLog'),(397, '供求設置', 393, 'index.php?m=user&c=supply_set', 1, '', 5, 0, 1, 3, '/supplyset'),(398, '項目任務', 393, 'index.php?m=user&c=supply_task', 1, '', 2, 0, 1, 3, '/supplytask'),(399, '任務瀏覽', 393, 'index.php?m=user&c=supply_brower', 1, '', 3, 0, 1, 3, '/supplybrower'),(400, '圖片管理', 393, 'index.php?m=user&c=supply_pic', 1, '', 4, 0, 1, 3, '/supplypic'),(401, '會員', 1, '', 0, 'nav_member', 0, 0, 1, 2, ''),(402, '會員列表', 401, 'index.php?m=user&c=admin_member', 1, '', 1, 0, 1, 3, '/usercrm'),(403, '登錄日志', 401, 'index.php?m=user&c=admin_loginlog', 1, '', 4, 0, 1, 3, '/userloginlog'),(404, '百度百聘', 103, 'index.php?m=tool&c=generate_baipin&a=add', 1, '', 9, 0, 1, 3, '/generate_baipin'),(405, '刪除', 402, 'index.php?m=user&c=admin_member&a=del', 1, '', 1, 0, 1, 4, ''),(406, '修改', 402, 'index.php?m=user&c=admin_member&a=editSave', 1, '', 2, 0, 1, 4, ''),(407, '重置密碼', 402, 'index.php?m=user&c=admin_member&a=reset_pw', 1, '', 3, 0, 1, 4, ''),(408, '刪除日志', 403, 'index.php?m=user&c=admin_loginlog&a=dellog', 1, '', 0, 0, 1, 4, ''),(409, '企業刪除', 16, 'index.php?m=user&c=company&a=del', 1, '', 0, 0, 1, 4, ''),(410, '企業修改', 16, 'index.php?m=user&c=company&a=edit', 1, '', 0, 0, 1, 4, ''),(412, '修改套餐', 16, 'index.php?m=user&c=company&a=uprating', 1, '', 0, 0, 1, 4, ''),(413, '批量導出', 16, 'index.php?m=user&c=company&a=xls', 1, '', 0, 0, 1, 4, ''),(414, '企業認證', 16, 'index.php?m=user&c=company&a=comcert', 1, '', 0, 0, 1, 4, ''),(415, '職位刪除', 40, 'index.php?m=user&c=company_job&a=del', 1, '', 1, 0, 1, 4, ''),(416, '職位添加/修改', 40, 'index.php?m=user&c=company_job&a=add', 1, '', 2, 0, 1, 4, ''),(417, '職位置頂', 40, 'index.php?m=user&c=company_job&a=xuanshang', 1, '', 4, 0, 1, 4, ''),(418, '職位推薦', 40, 'index.php?m=user&c=company_job&a=recommend', 1, '', 5, 0, 1, 4, ''),(419, '職位緊急', 40, 'index.php?m=user&c=company_job&a=urgent', 1, '', 6, 0, 1, 4, ''),(420, '批量導出', 40, 'index.php?m=user&c=company_job&a=xls', 1, '', 7, 0, 1, 4, ''),(421, '名企修改', 16, 'index.php?m=user&c=hotjob&a=save', 1, '', 0, 0, 0, 4, ''),(422, '名企刪除', 16, 'index.php?m=user&c=hotjob&a=del', 1, '', 0, 0, 0, 4, ''),(423, '兼職刪除', 40, 'index.php?m=user&c=partjob&a=del', 1, '', 16, 0, 0, 4, ''),(425, '刪除分享', 40, 'index.php?m=user&c=jobpack&a=delshare', 1, '', 17, 0, 0, 4, ''),(426, '刪除賞金', 40, 'index.php?m=user&c=jobpack&a=delreward', 1, '', 18, 0, 0, 4, ''),(429, '面試模板', 46, 'index.php?m=user&c=company_interview', 1, '', 10, 0, 1, 4, ''),(430, '認證刪除', 47, 'index.php?m=user&c=company_cert&c=del', 1, '', 0, 0, 1, 4, ''),(432, '圖片審核', 47, 'index.php?m=user&c=company_pic', 1, '', 0, 0, 0, 4, ''),(431, '圖片刪除', 47, 'index.php?m=user&c=company_pic&a=del', 1, '', 0, 0, 0, 4, ''),(433, '刪除職位申請', 50, 'index.php?m=user&c=company_comlog&a=deluseridjob', 1, '', 0, 0, 1, 4, ''),(434, '刪除面試邀請', 50, 'index.php?m=user&c=company_comlog&a=deluseridmsg', 1, '', 0, 0, 1, 4, ''),(435, '刪除職位瀏覽', 50, 'index.php?m=user&c=company_comlog&a=dellookjob', 1, '', 0, 0, 1, 4, ''),(436, '刪除兼職報名', 50, 'index.php?m=user&c=company_comlog&a=delpartapply', 1, '', 0, 0, 1, 4, ''),(437, '刪除職位收藏', 50, 'index.php?m=user&c=users_userlog&a=delfavjob', 1, '', 0, 0, 1, 4, ''),(438, '套餐設置', 52, 'index.php?m=user&c=company_comrating&a=saveclass', 1, '', 0, 0, 1, 4, ''),(439, '增值包設置', 52, 'index.php?m=user&c=company_comrating&a=saves', 1, '', 0, 0, 1, 4, ''),(440, '刪除', 54, 'index.php?m=neirong&c=news&a=delnews', 1, '', 0, 0, 1, 4, ''),(441, '刪除', 56, 'index.php?m=neirong&c=news&a=delgroup', 1, '', 0, 0, 1, 4, ''),(442, '轉移類別', 56, 'index.php?m=neirong&c=news&a=changeSon', 1, '', 0, 0, 1, 4, ''),(443, '刪除', 69, 'index.php?m=neirong&c=evaluate&a=delevaluate', 1, '', 0, 0, 1, 4, ''),(444, '刪除', 71, 'index.php?m=neirong&c=evaluate&c=delgroup', 1, '', 0, 0, 1, 4, ''),(445, '刪除', 72, 'index.php?m=neirong&c=evaluate&a=delmsg', 1, '', 0, 0, 1, 4, ''),(446, '刪除記錄', 361, 'index.php?m=neirong&c=evaluate&a=delevaluatelog', 1, '', 0, 0, 1, 4, ''),(447, '刪除', 61, 'index.php?m=neirong&c=zhaopinhui&a=del', 1, '', 4, 0, 1, 4, ''),(448, '刪除參會企業', 61, 'index.php?m=neirong&c=zhaopinhui&a=delcom', 1, '', 5, 0, 0, 4, ''),(449, '刪除場地', 61, 'index.php?m=neirong&c=zph_space&a=del', 1, '', 6, 0, 0, 4, ''),(450, '展位新增', 61, 'index.php?m=neirong&c=zph_space&a=add', 1, '', 7, 0, 0, 4, ''),(451, '展位修改', 61, 'index.php?m=neirong&c=zph_space&a=ajax', 1, '', 8, 0, 0, 4, ''),(455, '刪除', 59, 'index.php?m=neirong&c=announcement&a=del', 1, '', 0, 0, 1, 4, ''),(456, '修改問答', 66, 'index.php?m=neirong&c=question&a=save', 1, '', 0, 0, 1, 4, ''),(457, '刪除問答', 66, 'index.php?m=neirong&c=question&a=del', 1, '', 0, 0, 1, 4, ''),(458, '推薦問答', 66, 'index.php?m=neirong&c=question&a=recommend', 1, '', 0, 0, 1, 4, ''),(459, '修改問答類別', 97, 'index.php?m=neirong&c=question_class&a=add', 1, '', 0, 0, 1, 4, ''),(460, '刪除問答類別', 97, 'index.php?m=neirong&c=question_class&a=del', 1, '', 0, 0, 1, 4, ''),(464, '批量生成', 81, 'index.php?m=yunying&c=coupon_prepaid&a=add', 1, '', 0, 0, 1, 4, ''),(465, '修改', 81, 'index.php?m=yunying&c=coupon_prepaid&a=upcard', 1, '', 0, 0, 1, 4, ''),(466, '刪除', 81, 'index.php?m=yunying&c=coupon_prepaid&a=del', 1, '', 0, 0, 1, 4, ''),(467, '刪除', 165, 'index.php?m=yunying&c=finance_invoice&a=del', 1, '', 0, 0, 1, 4, ''),(468, '刪除', 163, 'index.php?m=yunying&c=finance_company_pay&a=del', 1, '', 0, 0, 1, 4, ''),(469, '刪除', 162, 'index.php?m=yunying&c=finance_company_order&a=del', 1, '', 0, 0, 1, 4, ''),(470, '確認付款', 162, 'index.php?m=yunying&c=finance_company_order&a=setpay', 1, '', 0, 0, 1, 4, ''),(471, '修改金額', 162, 'index.php?m=yunying&c=finance_company_order&a=save', 1, '', 0, 0, 1, 4, ''),(472, '導出', 162, 'index.php?m=yunying&c=finance_company_order&a=xls', 1, '', 0, 0, 1, 4, ''),(473, '刪除', 83, 'index.php?m=yunying&c=ad&a=del', 1, '', 0, 0, 1, 4, ''),(474, '刪除', 86, 'index.php?m=yunying&c=ad_class&a=del', 1, '', 0, 0, 1, 4, ''),(475, '刪除', 76, 'index.php?m=yunying&c=shop_reward&a=del', 1, '', 0, 0, 1, 4, ''),(476, '刪除', 77, 'index.php?m=yunying&c=shop_list&a=del', 1, '', 0, 0, 1, 4, ''),(477, '修改', 82, 'index.php?m=yunying&c=shop_list&a=ajax', 1, '', 0, 0, 1, 4, ''),(478, '刪除', 82, 'index.php?m=yunying&c=shop_class&a=del', 1, '', 0, 0, 1, 4, ''),(479, '刪除', 49, 'index.php?m=yunying&c=special_special&a=del', 1, '', 0, 0, 1, 4, ''),(480, '刪除簡歷', 179, 'index.php?m=yunying&c=report_resume&a=delresume', 1, '', 0, 0, 1, 4, ''),(481, '恢復數據', 169, 'index.php?m=tool&c=dataRecycle&a=recover', 1, '', 0, 0, 1, 4, ''),(482, '清空/刪除', 169, 'index.php?m=tool&c=dataRecycle&a=delRecycle', 1, '', 0, 0, 1, 4, ''),(483, '清除日志', 128, 'index.php?m=tool&c=weixinrecord&a=clearwx', 1, '', 0, 0, 1, 4, ''),(484, '取消綁定', 128, 'index.php?m=tool&c=weixinrecord&a=deluser', 1, '', 0, 0, 0, 4, ''),(485, '刪除聊天記錄', 352, 'index.php?m=tool&c=chatlog&a=del', 1, '', 0, 0, 1, 4, ''),(486, '清理聊天記錄', 352, 'index.php?m=tool&c=chatlog&a=clean', 1, '', 0, 0, 1, 4, ''),(487, '修改', 18, 'index.php?m=user&c=admin_lt_member&a=edit', 1, '', 0, 0, 1, 4, ''),(488, '刪除獵頭', 18, 'index.php?m=user&c=admin_lt_member&a=del', 1, '', 0, 0, 1, 4, ''),(489, '刪除解綁日志', 18, 'index.php?m=user&c=admin_lt_member&a=delwflog', 1, '', 0, 0, 1, 4, ''),(490, '刪除日志', 18, 'index.php?m=user&c=admin_lt_member&a=memberlogdel', 1, '', 0, 0, 1, 4, ''),(491, '刪除登錄日志', 18, 'index.php?m=user&c=admin_lt_member&a=loginLogDel', 1, '', 0, 0, 1, 4, ''),(492, '刪除', 19, 'index.php?m=user&c=admin_lt_job&a=del', 1, '', 2, 0, 1, 4, ''),(493, '推薦', 19, 'index.php?m=user&c=admin_lt_job&a=recommend', 1, '', 1, 0, 1, 4, ''),(494, '刪除', 20, 'index.php?m=user&c=admin_height_user&a=del', 1, '', 0, 0, 1, 4, ''),(495, '簡歷推薦', 20, 'index.php?m=user&c=admin_height_user&a=recommend', 1, '', 0, 0, 1, 4, ''),(496, '認證刪除', 21, 'index.php?m=user&c=admin_lt_cert&a=del', 1, '', 0, 0, 1, 4, ''),(497, '刪除懸賞', 19, 'index.php?m=user&c=admin_lt_xuanshang&a=del', 1, '', 4, 0, 1, 4, ''),(498, '套餐刪除', 23, 'index.php?m=user&c=admin_lt_rating&a=delrating', 1, '', 0, 0, 1, 4, ''),(499, '修改', 23, 'index.php?m=user&c=admin_lt_rating&a=saveclass', 1, '', 0, 0, 1, 4, ''),(500, '增值包類型刪除', 23, 'index.php?m=user&c=admin_lt_rating&a=dels', 1, '', 0, 0, 1, 4, ''),(501, '增值包修改', 23, 'index.php?m=user&c=admin_lt_rating&a=saves', 1, '', 0, 0, 1, 4, ''),(502, '增值包刪除', 23, 'index.php?m=user&c=admin_lt_rating&a=delt', 1, '', 0, 0, 1, 4, ''),(504, '圖片刪除', 21, 'index.php?m=user&c=admin_lt_pic&a=del', 1, '', 0, 0, 0, 4, ''),(503, '圖片審核', 21, 'index.php?m=user&c=admin_lt_pic', 1, '', 0, 0, 0, 4, ''),(505, '簡歷庫刪除', 20, 'index.php?m=user&c=admin_lt_talent&a=del', 1, '', 0, 0, 0, 4, ''),(506, '修改', 25, 'index.php?m=user&c=peixun_member&a=edit', 1, '', 0, 0, 1, 4, ''),(508, '刪除', 25, 'index.php?m=user&c=peixun_member&a=del', 1, '', 0, 0, 1, 4, ''),(509, '刪除日志', 25, 'index.php?m=user&c=peixun_member&a=logDel', 1, '', 0, 0, 1, 4, ''),(510, '修改', 26, 'index.php?m=user&c=peixun_teacher&a=save', 1, '', 0, 0, 1, 4, ''),(511, '刪除', 26, 'index.php?m=user&c=peixun_teacher&a=del', 1, '', 0, 0, 1, 4, ''),(512, '推薦', 26, 'index.php?m=user&c=peixun_teacher&a=rec', 1, '', 0, 0, 1, 4, ''),(513, '修改', 27, 'index.php?m=user&c=peixun_subject&a=save', 1, '', 0, 0, 1, 4, ''),(514, '刪除', 27, 'index.php?m=user&c=peixun_subject&a=del', 1, '', 0, 0, 1, 4, ''),(515, '推薦', 27, 'index.php?m=user&c=peixun_subject&a=rec', 1, '', 0, 0, 1, 4, ''),(516, '刪除', 28, 'index.php?m=user&c=peixun_renzheng&a=del', 1, '', 0, 0, 1, 4, ''),(517, '課程報名刪除', 27, 'index.php?m=user&c=peixun_subjectbm&a=del', 1, '', 0, 0, 0, 4, ''),(518, '課程報名確認付款', 27, 'index.php?m=user&c=peixun_subjectbm&a=setpay', 1, '', 0, 0, 0, 4, ''),(519, '刪除', 30, 'index.php?m=user&c=peixun_news&a=del', 1, '', 0, 0, 1, 4, ''),(520, '圖片修改', 28, 'index.php?m=user&c=peixun_renzheng&a=uploadsave', 1, '', 0, 0, 0, 4, ''),(521, '圖片刪除', 28, 'index.php?m=user&c=peixun_renzheng&a=delPic', 1, '', 0, 0, 0, 4, ''),(522, '審核圖片', 28, 'index.php?m=user&c=peixun_renzheng&a=status', 1, '', 0, 0, 0, 4, ''),(523, '審核環境', 28, 'index.php?m=user&c=peixun_renzheng&a=showStatus', 1, '', 0, 0, 0, 4, ''),(524, '審核橫幅', 28, 'index.php?m=user&c=peixun_renzheng&a=bannerStatus', 1, '', 0, 0, 0, 4, ''),(525, '課程咨詢刪除', 27, 'index.php?m=user&c=peixun_subjectzx&a=del', 1, '', 0, 0, 0, 4, ''),(526, '修改', 48, 'index.php?m=user&c=weipin_once&a=save', 1, '', 0, 0, 1, 4, ''),(527, '刪除', 48, 'index.php?m=user&c=weipin_once&a=del', 1, '', 0, 0, 1, 4, ''),(528, '批量延期', 48, 'index.php?m=user&c=weipin_once&a=ctime', 1, '', 0, 0, 1, 4, ''),(529, '店鋪設置', 48, 'index.php?m=user&c=weipin_once&a=onceset', 1, '', 0, 0, 1, 4, ''),(530, '修改', 36, 'index.php?m=user&c=weipin_tiny&a=save', 1, '', 0, 0, 1, 4, ''),(531, '刪除', 36, 'index.php?m=user&c=weipin_tiny&a=del', 1, '', 0, 0, 1, 4, ''),(532, '普工設置', 36, 'index.php?m=user&c=weipin_tiny&a=set', 1, '', 0, 0, 1, 4, ''),(533, '修改', 342, 'index.php?m=user&c=school_xjh&a=save', 1, '', 0, 0, 1, 4, ''),(534, '刪除', 342, 'index.php?m=user&c=school_xjh&a=del', 1, '', 0, 0, 1, 4, ''),(535, '院校修改', 340, 'index.php?m=user&c=school_academy&a=saveacademy', 1, '', 7, 0, 1, 4, ''),(536, '院校刪除', 340, 'index.php?m=user&c=school_academy&a=del', 1, '', 8, 0, 1, 4, ''),(537, '職位修改', 340, 'index.php?m=user&c=school_graduate&a=show', 1, '', 1, 0, 0, 4, ''),(538, '職位刪除', 340, 'index.php?m=user&c=school_graduate&a=del', 1, '', 2, 0, 0, 4, ''),(539, '職位推薦', 340, 'index.php?m=user&c=school_graduate&a=recommend', 1, '', 3, 0, 0, 4, ''),(540, '職位緊急', 340, 'index.php?m=user&c=school_graduate&a=urgent', 1, '', 4, 0, 0, 4, ''),(541, '批量導出', 340, 'index.php?m=user&c=school_graduate&a=xls', 1, '', 5, 0, 0, 4, ''),(542, '轉移類別', 340, 'index.php?m=user&c=school_graduate&a=saveclass', 1, '', 6, 0, 0, 4, ''),(544, '修改用戶', 394, 'index.php?m=user&c=supply_user&a=edit', 1, '', 0, 0, 1, 4, ''),(545, '刪除用戶', 394, 'index.php?m=user&c=supply_user&a=del', 1, '', 0, 0, 1, 4, ''),(550, '修改項目', 398, 'index.php?m=user&c=supply_task&a=info', 1, '', 0, 0, 1, 4, ''),(551, '刪除項目', 398, 'index.php?m=user&c=supply_task&a=del', 1, '', 0, 0, 1, 4, ''),(552, '刪除記錄', 399, 'index.php?m=user&c=supply_brower&a=del', 1, '', 0, 0, 1, 4, ''),(553, '修改圖片', 400, 'index.php?m=user&c=supply_pic&a=savePhoto', 1, '', 0, 0, 1, 4, ''),(554, '審核圖片', 400, 'index.php?m=user&c=supply_pic&a=status', 1, '', 0, 0, 1, 4, ''),(555, '刪除圖片', 400, 'index.php?m=user&c=supply_pic&a=del', 1, '', 0, 0, 1, 4, ''),(556, '刪除', 227, 'index.php?m=crm&c=crmClass&a=delClass', 1, '', 0, 0, 1, 4, ''),(557, '修改', 227, 'index.php?m=crm&c=crmClass&a=ajaxData', 1, '', 0, 0, 1, 4, ''),(558, '分配客戶', 231, 'index.php?m=crm&c=salesman&a=assignCustomer', 1, '', 0, 0, 1, 4, ''),(559, '設為離職', 231, 'index.php?m=crm&c=salesman&c=setCrmStatus', 1, '', 0, 0, 1, 4, ''),(560, '修改', 105, 'index.php?m=system&c=role_user&a=save', 1, '', 0, 0, 0, 4, ''),(561, '轉移客戶', 231, 'index.php?m=crm&c=salesman&a=shiftCustomer', 1, '', 0, 0, 1, 4, ''),(563, '刪除日志', 392, 'index.php?m=crm&c=workLog&a=delWorkLog', 1, '', 0, 0, 1, 4, ''),(564, '任務設置', 395, 'index.php?m=crm&c=task&a=setStatus', 1, '', 0, 0, 1, 4, ''),(565, '外出審批', 391, 'index.php?m=crm&c=outLog&a=setStatus', 1, '', 0, 0, 1, 4, ''),(566, '審批刪除', 391, 'index.php?m=crm&c=outLog&a=delOutLog', 1, '', 0, 0, 1, 4, ''),(567, '跟進刪除', 396, 'index.php?m=crm&c=followLog&a=delFollowLog', 1, '', 0, 0, 1, 4, ''),(570, '反饋', 217, 'index.php?m=crm&c=taskYwy&a=setStatus', 1, '', 0, 0, 1, 4, ''),(572, '刪除', 218, 'index.php?m=crm&c=followLogYwy&a=delFollowLog', 1, '', 0, 0, 1, 4, ''),(573, '刪除', 225, 'index.php?m=crm&c=workLogYwy&a=delWorkLog', 1, '', 0, 0, 1, 4, ''),(574, '申請取消', 390, 'index.php?m=crm&c=outLogYwy&a=delOutLog', 1, '', 0, 0, 1, 4, ''),(575, '修改', 17, 'index.php?m=user&c=users_member&a=editSave', 1, '', 0, 0, 1, 4, ''),(576, '刪除', 17, 'index.php?m=user&c=users_member&a=del', 1, '', 0, 0, 1, 4, ''),(577, '日志刪除', 17, 'index.php?m=user&c=users_member&a=logDel', 1, '', 0, 0, 1, 4, ''),(578, '簡歷刷新', 33, 'index.php?m=user&c=users_resume&a=refresh', 1, '', 0, 0, 1, 4, ''),(579, '簡歷推薦', 33, 'index.php?m=user&c=users_resume&a=rec', 1, '', 0, 0, 1, 4, ''),(580, '簡歷置頂', 33, 'index.php?m=user&c=users_resume&a=top', 1, '', 0, 0, 1, 4, ''),(581, '簡歷備注', 33, 'index.php?m=user&c=users_resume&a=label', 1, '', 0, 0, 1, 4, ''),(582, '簡歷刪除', 33, 'index.php?m=user&c=users_resume&a=delResume', 1, '', 0, 0, 1, 4, ''),(583, '簡歷導出', 33, 'index.php?m=user&c=users_resume&a=xls', 1, '', 0, 0, 1, 4, ''),(584, '刪除', 34, 'index.php?m=user&c=users_usercert&a=del', 1, '', 0, 0, 1, 4, ''),(585, '刪除', 37, 'index.php?m=user&c=users_msg&a=del', 1, '', 0, 0, 1, 4, ''),(586, '刪除下載記錄', 38, 'index.php?m=user&c=users_userlog&a=deldown', 1, '', 0, 0, 1, 4, ''),(587, '刪除推送記錄', 38, 'index.php?m=user&c=users_userlog&a=deltrust', 1, '', 0, 0, 1, 4, ''),(588, '刪除瀏覽記錄', 38, 'index.php?m=user&c=users_userlog&a=dellook', 1, '', 0, 0, 1, 4, ''),(589, '頭像/作品審核', 34, 'index.php?m=user&c=users_pic', 1, '', 0, 0, 0, 4, ''),(590, '頭像刪除', 34, 'index.php?m=user&c=users_pic&a=delPhoto', 1, '', 0, 0, 0, 4, ''),(592, '作品刪除', 34, 'index.php?m=user&c=users_pic&a=delShow', 1, '', 0, 0, 0, 4, ''),(594, '好友助力', 177, 'index.php?m=yunying&c=yingxiao_friendhelp', 1, '', 8, 0, 1, 3, '/yingxiao_friendhelp'),(595, '商品設置', 74, 'index.php?m=yunying&c=shop_set', 1, '', 8, 0, 1, 3, '/shopset'),(596, '子賬戶', 402, 'index.php?m=user&c=admin_zzh', 1, '', 4, 0, 1, 4, ''),(601, '轉換身份申請', 402, 'index.php?m=user&c=admin_userchange', 1, '', 7, 0, 1, 4, ''),(602, '自我介紹', 73, 'index.php?m=system&c=category_introduce_class', 1, '0', 10, 0, 1, 3, '/introduce_class'),(801, 'CRM設置', 226, 'index.php?m=crm&c=config', 1, '', 12, 0, 1, 3, '/crmConfig'),(805, '訂單記錄', 213, 'index.php?m=crm&c=crm_deal', 1, '', 8, 0, 1, 3, '/mydingdan'),(802, '網絡招聘會', 12, 'index.php?m=neirong&c=zphnet', 1, '', 5, 0, 1, 3, '/netzph'),(806, '會員注銷記錄', 402, 'index.php?m=user&c=admin_member_logout', 1, '', 5, 0, 1, 4, ''),(809, '修改', 104, 'index.php?m=system&c=role_myuser&a=savePass', 1, '', 0, 0, 1, 4, ''),(810, '解綁微信', 104, 'index.php?m=system&c=role_myuser&a=delAdminWxBind', 1, '', 0, 0, 1, 4, ''),(811, '解綁企微', 104, 'index.php?m=system&c=role_myuser&a=delAdminQyUserId', 1, '', 0, 0, 1, 4, ''),(814, '錯誤日志', 198, 'index.php?m=system&c=info_errorlog', 1, '0', 4, 0, 1, 3, '/errorlog'),(815, '直播', 2, '', 0, 'nav_xjh', 7, 0, 1, 1, ''),(816, '直播管理', 815, 'index.php?m=neirong&c=xjhlive', 1, '', 1, 0, 1, 3, '/livemanage'),(817, '預約管理', 815, 'index.php?m=neirong&c=xjhlive_yy', 1, '', 2, 0, 1, 3, '/yymanage'),(818, '嚴禁詞', 815, 'index.php?m=neirong&c=xjhlive_keyword', 1, '', 3, 0, 1, 3, '/yjcmanage'),(819, '直播設置', 815, 'index.php?m=neirong&c=xjhlive_set', 1, '', 4, 0, 1, 3, '/liveset'),(821, '刪除評價', 46, 'index.php?m=user&c=company_evaluate&a=del', 1, '', 20, 0, 1, 4, ''),(822, '發布工具', 122, 'index.php?m=tool&c=fabutool', 1, '', 9, 0, 1, 1, '/fabutool'),(823, '視頻面試', 2, '', 0, 'nav_spview', 8, 0, 1, 1, ''),(824, '面試管理', 823, 'index.php?m=neirong&c=spview', 1, '', 1, 0, 1, 3, '/msmanage'),(827, '微信通知設置', 102, 'index.php?m=system&c=role_notice', 1, '', 7, 0, 1, 1, '/notice'),(829, '視頻設置', 823, 'index.php?m=neirong&c=spviewset', 1, '', 2, 0, 1, 3, '/spset'),(830, '分配顧問', 16, 'index.php?m=user&c=company&a=checkguwen', 1, '', 0, 0, 1, 4, ''),(838, '組織架構', 226, 'index.php?m=crm&c=orgStr', 1, '', 10, 0, 1, 3, '/orgStructure'),(839, '客戶列表', 866, 'index.php?m=crm&c=crm_org_kh', 1, '', 2, 0, 0, 4, '/orgKh'),(840, '視頻記錄', 823, 'index.php?m=neirong&c=splog', 1, '', 9, 0, 1, 3, '/spjl'),(843, '撥號記錄', 50, 'index.php?m=user&c=company_comlog&a=jobtellog', 1, '', 13, 0, 1, 4, ''),(844, '隱私號', 4, '', 1, 'nav_prv', 7, 0, 1, 1, ''),(845, '隱私號設置', 844, 'index.php?m=tool&c=privacyset', 1, '', 1, 0, 1, 3, '/privacyset'),(846, '隱私號日志', 844, 'index.php?m=tool&c=privacylog', 1, '', 2, 0, 1, 3, '/privacylog'),(847, '釋放記錄', 226, 'index.php?m=crm&c=releaseLog', 1, '', 4, 0, 1, 3, '/releaseLog'),(852, '常用語', 350, 'index.php?m=tool&c=chatcyy', 1, '', 4, 0, 1, 3, '/chatcyy'),(853, '內容檢測', 2, '', 1, 'nav_nc', 7, 0, 1, 1, ''),(854, '檢測設置', 853, 'index.php?m=neirong&c=concheck_config', 1, '', 1, 0, 1, 3, '/jcset'),(855, '檢測記錄', 853, 'index.php?m=neirong&c=concheck_log', 1, '', 2, 0, 1, 3, '/jcjl'),(857, '客勤', 213, 'index.php?m=crm&c=crm_chat', 1, '', 11, 0, 1, 3, '/crm_chat'),(860, '舉報聊天', 176, 'index.php?m=yunying&c=report_chat', 1, '', 7, 0, 1, 3, '/reportchat'),(861, '刪除收藏記錄', 38, 'index.php?m=user&c=company_comlog&a=deltalentpool', 1, '', 0, 0, 1, 4, ''),(862, '海報設置', 177, 'index.php?m=yunying&c=yingxiao_hbconfig', 1, '', 9, 0, 1, 3, '/yingxiao_hbconfig'),(863, '數據大屏', 123, 'index.php?m=tool&c=dataView', 1, '', 8, 0, 1, 1, '/dataView'),(865, '行為軌跡', 401, 'index.php?m=user&c=admin_weblog', 1, '', 7, 0, 1, 3, '/usergj'),(866, '數據看板', 226, 'index.php?m=crm&c=dataBoard', 1, '', 1, 0, 1, 3, '/crmDataBoard'),(867, '添加自動回復', 124, 'index.php?m=tool&c=weixinmenu&a=saveZdKeyword', 1, '', 0, 0, 0, 4, ''),(868, '刪除自動回復', 124, 'index.php?m=tool&c=weixinmenu&a=delkeyword', 1, '', 0, 0, 0, 4, ''),(902, '公招', 2, '', 0, 'nav_gz', 9, 0, 1, 1, ''),(903, '公招管理', 902, 'index.php?m=neirong&c=gongzhao', 2, '', 1, 0, 1, 3, '/gzmanage'),(904, '添加/修改', 903, 'index.php?m=neirong&c=gongzhao&a=add', 1, '', 2, 0, 1, 4, '/addgz'),(905, '添加簡歷', 33, 'index.php?m=user&c=users_resume&a=add', 1, '', 0, 0, 1, 4, ''),(906, '站點分配', 17, 'index.php?m=user&c=users_member&a=checksitedid', 1, '', 0, 0, 1, 4, ''),(907, '添加會員', 17, 'index.php?m=user&c=users_member&a=add', 1, '', 0, 0, 1, 4, ''),(908, '重置密碼', 17, 'index.php?m=user&c=users_member&a=reset_pw', 1, '', 0, 0, 1, 4, ''),(909, '修改', 33, 'index.php?m=user&c=users_resume&a=editResume', 1, '', 0, 0, 1, 4, ''),(910, '審核', 33, 'index.php?m=user&c=users_resume&a=status', 1, '', 0, 0, 1, 4, ''),(911, '添加企業', 16, 'index.php?m=user&c=company&a=add', 1, '', 0, 0, 1, 4, ''),(914, '重置密碼', 16, 'index.php?m=user&c=company&a=reset_companypassword', 1, '', 0, 0, 1, 4, ''),(915, '站點分配', 16, 'index.php?m=user&c=company&a=checksitedid', 1, '', 0, 0, 1, 4, ''),(916, '審核', 16, 'index.php?m=user&c=company&a=status', 1, '', 0, 0, 1, 4, ''),(917, '職位審核', 40, 'index.php?m=user&c=company_job&a=status', 1, '', 3, 0, 1, 4, ''),(918, '瀏覽量修改', 40, 'index.php?m=user&c=company_job&a=upjobhits', 1, '', 8, 0, 1, 4, ''),(919, '招聘狀態修改', 40, 'index.php?m=user&c=company_job&a=checkstate', 1, '', 9, 0, 1, 4, ''),(920, '生成海報', 40, 'index.php?m=user&c=company_job&a=whb', 1, '', 10, 0, 1, 4, ''),(921, '推文任務', 40, 'index.php?m=user&c=company_job&a=addTuiWenTask', 1, '', 11, 0, 1, 4, ''),(922, '匹配', 40, 'index.php?m=user&c=company_job&a=matching', 1, '', 12, 0, 1, 4, ''),(924, '批量刷新', 40, 'index.php?m=user&c=company_job&a=refresh', 1, '', 13, 0, 1, 4, ''),(925, '轉移類別', 40, 'index.php?m=user&c=company_job&a=saveclass', 1, '', 14, 0, 1, 4, ''),(926, '認證', 17, 'index.php?m=user&c=users_member&a=usercert', 1, '', 0, 0, 1, 4, ''),(927, '企微', 3, '', 1, 'nav_work', 9, 0, 1, 1, ''),(928, '企微配置', 927, 'index.php?m=yunying&c=workwx_config', 1, '', 1, 0, 1, 3, '/qiweiset'),(929, '群聊列表', 927, 'index.php?m=yunying&c=workwx_group', 1, '', 4, 0, 1, 3, '/qwqunliao'),(930, '職位專題', 343, 'index.php?m=yunying&c=special_job', 1, '', 3, 0, 1, 3, '/special_job'),(932, '客戶列表', 927, 'index.php?m=yunying&c=workwx_customer', 1, '', 3, 0, 1, 3, '/qwkehu'),(933, '外呼', 212, '', 0, 'nav_wh', 5, 0, 1, 2, ''),(934, '外呼記錄', 933, 'index.php?m=crm&c=crm_outcall&a=log', 1, '', 2, 0, 1, 3, '/outCallLog'),(935, '坐席信息', 933, 'index.php?m=crm&c=crm_outcall&a=staffList', 1, '', 3, 0, 1, 3, '/outCallStaffList'),(936, '外呼配置', 933, 'index.php?m=crm&c=crm_outcall&a=getConfig', 1, '', 4, 0, 1, 3, '/outCallSet'),(937, '數據看板', 933, 'index.php?m=crm&c=crm_outcall', 1, '', 1, 0, 1, 3, '/outCallStatistics'),(938, '員工列表', 927, 'index.php?m=yunying&c=workwx_list', 1, '', 2, 0, 1, 3, '/qwyuang'),(940, '客戶群活碼', 927, 'index.php?m=yunying&c=workwx_qrcode', 1, '', 5, 0, 1, 3, '/qwkehuqun'),(941, '客戶渠道碼', 927, 'index.php?m=yunying&c=workwx_code', 1, '', 6, 0, 1, 3, '/qwkhqdmao'),(942, '消息推送', 927, 'index.php?m=yunying&c=workwx_push', 1, '', 7, 0, 1, 3, '/qwinfo'),(943, '技能提升', 3, '', 1, 'nav_skill', 10, 0, 1, 1, ''),(944, '課程列表', 943, 'index.php?m=yunying&c=skill', 1, '', 1, 0, 1, 3, '/skill'),(945, '報名記錄', 943, 'index.php?m=yunying&c=skill_bm', 1, '', 2, 0, 1, 3, '/skillbm'),(946, '自動回復', 350, 'index.php?m=tool&c=chatzdhf', 1, '', 5, 0, 1, 3, '/chatzdhf'),(947, '行為預警', 123, 'index.php?m=tool&c=abnormal', 1, '', 9, 0, 1, 3, '/abnormal'),(1012, '分類管理', 943, 'index.php?m=yunying&c=skill_class', 1, '', 3, 0, 1, 3, '/skillclass'),(1014, '年度報告', 177, 'index.php?m=yunying&c=yingxiao_hrlog', 1, '', 10, 0, 1, 3, '/yingxiao_hrlog'),(1017, '轉企業庫', 219, 'index.php?m=crm_customer&c=clueCustomer', 1, '', 1, 0, 1, 4, ''),(1019, '新增簡歷', 857, 'index.php?m=crm&c=crm_chat&a=saveResume', 1, ' ', 1, 0, 1, 4, ''),(1021, '歸屬地配置', 123, 'index.php?m=tool&c=gsdConfig', 1, '', 10, 0, 1, 3, '/gsdConfig'),(1022, '刪除跟進記錄', 857, 'index.php?m=crm&c=crm_chat&a=delFollow', 1, ' ', 1, 0, 1, 4, ''),(1024, '管理', 857, 'index.php?m=crm&c=crm_chat&a=getResumeInfo', 1, ' ', 2, 0, 1, 4, ''),(1026, '會員分類', 73, '', 1, '', 1, 0, 1, 3, '/member_index'),(1027, '獵頭分類', 73, '', 1, '', 7, 0, 1, 3, '/lt_index'),(1028, '培訓分類', 73, '', 1, '', 9, 0, 1, 3, '/peixun_index'),(1029, '模板設置', 121, 'index.php?m=system&c=set_tplset', 1, '', 3, 0, 1, 1, '/tplset'),(1030, '刷新日志', 6, 'index.php?m=user&c=company_job_refresh_log', 1, '', 8, 0, 1, 1, '/companylog'),(1047, '其他小程序', 363, 'index.php?m=tool&c=xcxset', 1, '', 3, 0, 1, 3, '/otherxcxset'),(1049, '過期用戶', 16, 'index.php?m=user&c=company_expire', 1, '0', 3, 0, 1, 4, ''),(1050, '會員日志', 18, 'index.php?m=user&c=admin_lt_log', 1, '0', 1, 0, 1, 4, ''),(1051, '解綁記錄', 18, 'index.php?m=user&c=admin_user_member&a=writtenOffLog', 1, '', 0, 0, 1, 4, ''),(1061, '子賬號', 16, 'index.php?m=user&c=zzh', 1, '0', 1, 0, 0, 4, ''),(1062, '積分管理', 16, 'index.php?m=user&c=company_pay', 1, '0', 1, 0, 0, 4, ''),(1063, '充值訂單', 16, 'index.php?m=user&c=company_order', 2, '0', 1, 0, 0, 4, '/chongzhidd'),(1064, '小程序SEO', 363, 'index.php?m=tool&c=app_set&a=seo', 1, '', 3, 0, 1, 3, '/xcxseo'),(1065, '求職助手', 363, 'index.php?m=tool&c=appset&a=career_counselor', 1, '', 3, 0, 1, 3, '/jobhelper'),(1067, '數據風向標', 168, 'index.php?m=tool&c=dataBoard&a=fenxiabiao', 1, '0', 0, 0, 1, 4, '');");// 超級管理員權限$group = $db->DB_select_once("admin_user_group","1 order by id asc");$db->query('UPDATE `' . $db_config[def] . 'admin_user_group` SET `group_power`=\'a:493:{i:0;s:1:"5";i:1;s:1:"1";i:2;s:1:"3";i:3;s:1:"2";i:4;s:1:"4";i:5;s:3:"212";i:6;s:3:"195";i:7;s:3:"339";i:8;s:1:"7";i:9;s:1:"6";i:10;s:1:"8";i:11;s:1:"9";i:12;s:3:"156";i:13;s:3:"343";i:14;s:2:"10";i:15;s:2:"13";i:16;s:2:"14";i:17;s:2:"12";i:18;s:3:"198";i:19;s:2:"15";i:20;s:2:"11";i:21;s:2:"74";i:22;s:2:"75";i:23;s:3:"102";i:24;s:3:"103";i:25;s:3:"123";i:26;s:3:"121";i:27;s:3:"186";i:28;s:3:"158";i:29;s:3:"161";i:30;s:3:"170";i:31;s:3:"176";i:32;s:3:"177";i:33;s:3:"213";i:34;s:3:"350";i:35;s:3:"363";i:36;s:3:"393";i:37;s:3:"401";i:38;s:3:"815";i:39;s:3:"823";i:40;s:3:"844";i:41;s:3:"853";i:42;s:3:"226";i:43;s:3:"902";i:44;s:3:"927";i:45;s:3:"933";i:46;s:3:"943";i:47;s:2:"73";i:48;s:3:"166";i:49;s:3:"122";i:50;s:3:"185";i:51;s:3:"196";i:52;s:3:"101";i:53;s:3:"340";i:54;s:3:"342";i:55;s:2:"17";i:56;s:2:"33";i:57;s:2:"34";i:58;s:2:"37";i:59;s:2:"38";i:60;s:2:"39";i:61;s:2:"16";i:62;s:2:"40";i:63;s:2:"46";i:64;s:4:"1030";i:65;s:2:"47";i:66;s:2:"50";i:67;s:2:"52";i:68;s:2:"53";i:69;s:2:"18";i:70;s:2:"19";i:71;s:2:"20";i:72;s:2:"21";i:73;s:2:"23";i:74;s:2:"24";i:75;s:2:"25";i:76;s:2:"26";i:77;s:2:"27";i:78;s:2:"28";i:79;s:2:"30";i:80;s:2:"32";i:81;s:2:"48";i:82;s:2:"36";i:83;s:2:"49";i:84;s:3:"930";i:85;s:2:"54";i:86;s:2:"56";i:87;s:3:"204";i:88;s:2:"57";i:89;s:2:"58";i:90;s:2:"59";i:91;s:2:"61";i:92;s:3:"802";i:93;s:2:"65";i:94;s:2:"68";i:95;s:3:"814";i:96;s:2:"66";i:97;s:2:"97";i:98;s:3:"359";i:99;s:2:"69";i:100;s:2:"71";i:101;s:2:"72";i:102;s:3:"361";i:103;s:2:"76";i:104;s:2:"77";i:105;s:2:"82";i:106;s:3:"595";i:107;s:2:"83";i:108;s:2:"85";i:109;s:2:"86";i:110;s:3:"104";i:111;s:3:"105";i:112;s:3:"110";i:113;s:3:"112";i:114;s:3:"827";i:115;s:3:"113";i:116;s:3:"117";i:117;s:3:"120";i:118;s:3:"404";i:119;s:3:"132";i:120;s:3:"133";i:121;s:3:"134";i:122;s:3:"135";i:123;s:3:"168";i:124;s:3:"169";i:125;s:3:"382";i:126;s:3:"863";i:127;s:3:"947";i:128;s:4:"1021";i:129;s:3:"142";i:130;s:3:"143";i:131;s:3:"144";i:132;s:4:"1029";i:133;s:3:"145";i:134;s:3:"148";i:135;s:3:"149";i:136;s:3:"151";i:137;s:3:"152";i:138;s:3:"153";i:139;s:3:"174";i:140;s:3:"193";i:141;s:3:"175";i:142;s:3:"194";i:143;s:3:"187";i:144;s:3:"188";i:145;s:3:"159";i:146;s:3:"160";i:147;s:3:"162";i:148;s:3:"165";i:149;s:3:"163";i:150;s:3:"205";i:151;s:3:"167";i:152;s:3:"164";i:153;s:3:"171";i:154;s:3:"173";i:155;s:3:"178";i:156;s:3:"179";i:157;s:3:"180";i:158;s:3:"181";i:159;s:3:"353";i:160;s:3:"860";i:161;s:3:"182";i:162;s:3:"183";i:163;s:3:"594";i:164;s:3:"862";i:165;s:4:"1014";i:166;s:3:"216";i:167;s:3:"220";i:168;s:3:"217";i:169;s:3:"218";i:170;s:3:"219";i:171;s:3:"387";i:172;s:3:"225";i:173;s:3:"390";i:174;s:3:"805";i:175;s:3:"857";i:176;s:3:"351";i:177;s:3:"352";i:178;s:3:"852";i:179;s:3:"946";i:180;s:3:"364";i:181;s:3:"365";i:182;s:3:"367";i:183;s:4:"1047";i:184;s:4:"1064";i:185;s:4:"1065";i:186;s:3:"366";i:187;s:3:"394";i:188;s:3:"398";i:189;s:3:"399";i:190;s:3:"400";i:191;s:3:"397";i:192;s:3:"402";i:193;s:3:"403";i:194;s:3:"109";i:195;s:3:"865";i:196;s:3:"816";i:197;s:3:"817";i:198;s:3:"818";i:199;s:3:"819";i:200;s:3:"824";i:201;s:3:"829";i:202;s:3:"840";i:203;s:3:"845";i:204;s:3:"846";i:205;s:3:"854";i:206;s:3:"855";i:207;s:3:"866";i:208;s:3:"231";i:209;s:3:"396";i:210;s:3:"847";i:211;s:3:"389";i:212;s:3:"391";i:213;s:3:"395";i:214;s:3:"392";i:215;s:3:"228";i:216;s:3:"838";i:217;s:3:"227";i:218;s:3:"801";i:219;s:3:"903";i:220;s:3:"928";i:221;s:3:"938";i:222;s:3:"932";i:223;s:3:"929";i:224;s:3:"940";i:225;s:3:"941";i:226;s:3:"942";i:227;s:3:"937";i:228;s:3:"934";i:229;s:3:"935";i:230;s:3:"936";i:231;s:3:"944";i:232;s:3:"945";i:233;s:4:"1012";i:234;s:4:"1026";i:235;s:2:"88";i:236;s:2:"89";i:237;s:2:"92";i:238;s:3:"337";i:239;s:2:"93";i:240;s:4:"1027";i:241;s:2:"98";i:242;s:4:"1028";i:243;s:3:"602";i:244;s:2:"79";i:245;s:2:"78";i:246;s:2:"81";i:247;s:3:"124";i:248;s:3:"125";i:249;s:3:"128";i:250;s:3:"127";i:251;s:3:"822";i:252;s:3:"189";i:253;s:3:"190";i:254;s:3:"341";i:255;s:3:"537";i:256;s:3:"538";i:257;s:3:"539";i:258;s:3:"540";i:259;s:3:"541";i:260;s:3:"542";i:261;s:3:"535";i:262;s:3:"536";i:263;s:3:"408";i:264;s:3:"409";i:265;s:3:"410";i:266;s:3:"412";i:267;s:3:"413";i:268;s:3:"414";i:269;s:3:"421";i:270;s:3:"422";i:271;s:3:"830";i:272;s:3:"911";i:273;s:3:"914";i:274;s:3:"915";i:275;s:3:"916";i:276;s:4:"1061";i:277;s:4:"1062";i:278;s:4:"1063";i:279;s:2:"41";i:280;s:4:"1049";i:281;s:3:"430";i:282;s:3:"432";i:283;s:3:"431";i:284;s:2:"44";i:285;s:2:"45";i:286;s:3:"433";i:287;s:3:"434";i:288;s:3:"435";i:289;s:3:"436";i:290;s:3:"437";i:291;s:3:"843";i:292;s:3:"438";i:293;s:3:"439";i:294;s:3:"440";i:295;s:2:"55";i:296;s:3:"441";i:297;s:3:"442";i:298;s:3:"443";i:299;s:2:"70";i:300;s:3:"444";i:301;s:3:"445";i:302;s:3:"446";i:303;s:3:"455";i:304;s:3:"154";i:305;s:3:"456";i:306;s:3:"457";i:307;s:3:"458";i:308;s:3:"459";i:309;s:3:"460";i:310;s:3:"464";i:311;s:3:"465";i:312;s:3:"466";i:313;s:3:"467";i:314;s:3:"468";i:315;s:3:"469";i:316;s:3:"470";i:317;s:3:"471";i:318;s:3:"472";i:319;s:3:"473";i:320;s:3:"474";i:321;s:3:"475";i:322;s:3:"206";i:323;s:3:"476";i:324;s:3:"477";i:325;s:3:"478";i:326;s:3:"479";i:327;s:3:"344";i:328;s:3:"480";i:329;s:3:"481";i:330;s:3:"482";i:331;s:3:"483";i:332;s:3:"484";i:333;s:3:"485";i:334;s:3:"486";i:335;s:3:"487";i:336;s:3:"488";i:337;s:3:"489";i:338;s:3:"490";i:339;s:3:"491";i:340;s:4:"1051";i:341;s:4:"1050";i:342;s:3:"494";i:343;s:3:"495";i:344;s:3:"349";i:345;s:3:"496";i:346;s:3:"504";i:347;s:3:"503";i:348;s:3:"498";i:349;s:3:"499";i:350;s:3:"500";i:351;s:3:"501";i:352;s:3:"502";i:353;s:3:"506";i:354;s:3:"508";i:355;s:3:"509";i:356;s:3:"510";i:357;s:3:"511";i:358;s:3:"512";i:359;s:3:"513";i:360;s:3:"514";i:361;s:3:"515";i:362;s:2:"29";i:363;s:2:"31";i:364;s:3:"516";i:365;s:3:"520";i:366;s:3:"521";i:367;s:3:"522";i:368;s:3:"523";i:369;s:3:"524";i:370;s:3:"519";i:371;s:3:"526";i:372;s:3:"527";i:373;s:3:"528";i:374;s:3:"529";i:375;s:3:"530";i:376;s:3:"531";i:377;s:3:"532";i:378;s:3:"533";i:379;s:3:"534";i:380;s:3:"544";i:381;s:3:"545";i:382;s:3:"550";i:383;s:3:"551";i:384;s:3:"552";i:385;s:3:"553";i:386;s:3:"554";i:387;s:3:"555";i:388;s:3:"556";i:389;s:3:"557";i:390;s:3:"558";i:391;s:3:"559";i:392;s:3:"561";i:393;s:3:"560";i:394;s:3:"563";i:395;s:3:"564";i:396;s:3:"565";i:397;s:3:"566";i:398;s:3:"567";i:399;s:3:"570";i:400;s:3:"572";i:401;s:3:"573";i:402;s:3:"574";i:403;s:3:"575";i:404;s:3:"576";i:405;s:3:"577";i:406;s:3:"906";i:407;s:3:"907";i:408;s:3:"908";i:409;s:3:"926";i:410;s:3:"578";i:411;s:3:"579";i:412;s:3:"580";i:413;s:3:"581";i:414;s:3:"582";i:415;s:3:"583";i:416;s:3:"905";i:417;s:3:"909";i:418;s:3:"910";i:419;s:2:"35";i:420;s:3:"584";i:421;s:3:"589";i:422;s:3:"590";i:423;s:3:"592";i:424;s:3:"585";i:425;s:3:"586";i:426;s:3:"587";i:427;s:3:"588";i:428;s:3:"861";i:429;s:3:"809";i:430;s:3:"810";i:431;s:3:"811";i:432;s:3:"867";i:433;s:3:"868";i:434;s:4:"1067";i:435;s:2:"62";i:436;s:2:"63";i:437;s:2:"64";i:438;s:3:"447";i:439;s:3:"448";i:440;s:3:"449";i:441;s:3:"450";i:442;s:3:"451";i:443;s:2:"87";i:444;s:2:"91";i:445;s:3:"172";i:446;s:3:"405";i:447;s:3:"406";i:448;s:3:"407";i:449;s:3:"596";i:450;s:3:"806";i:451;s:3:"184";i:452;s:3:"601";i:453;s:3:"415";i:454;s:3:"416";i:455;s:3:"917";i:456;s:3:"417";i:457;s:3:"418";i:458;s:3:"419";i:459;s:3:"420";i:460;s:3:"918";i:461;s:3:"919";i:462;s:3:"920";i:463;s:3:"921";i:464;s:3:"922";i:465;s:3:"924";i:466;s:3:"925";i:467;s:2:"42";i:468;s:2:"43";i:469;s:3:"423";i:470;s:3:"425";i:471;s:3:"426";i:472;s:3:"493";i:473;s:3:"492";i:474;s:2:"22";i:475;s:3:"497";i:476;s:4:"1017";i:477;s:4:"1019";i:478;s:4:"1022";i:479;s:4:"1024";i:480;s:3:"839";i:481;s:3:"904";i:482;s:2:"94";i:483;s:2:"95";i:484;s:2:"96";i:485;s:3:"429";i:486;s:3:"821";i:487;s:2:"99";i:488;s:3:"100";i:489;s:3:"505";i:490;s:3:"517";i:491;s:3:"518";i:492;s:3:"525";}\' WHERE `id`='.$group['id'].'');echo "<script>location.href='$config[sy_weburl]/update/index.php?step=3';</script>";
}
/***************************索引優化************************************/if($_GET[step]=="3"){$db->query("ALTER TABLE `$db_config[def]resume_expect` ADD INDEX(ctime)");$db->query("ALTER TABLE `$db_config[def]resume_expect` ADD INDEX(height_status)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=4';</script>";
}if($_GET[step]=="4"){$db->query("ALTER TABLE `$db_config[def]member` ADD INDEX(reg_date)");$db->query("ALTER TABLE `$db_config[def]member` ADD INDEX(login_date)");$db->query("ALTER TABLE `$db_config[def]member` ADD INDEX(wxid)");$db->query("ALTER TABLE `$db_config[def]member` ADD INDEX(wxbindtime)");$db->query("ALTER TABLE `$db_config[def]member` ADD INDEX(appealtime)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=5';</script>";
}
if($_GET[step]=="5"){$db->query("ALTER TABLE `$db_config[def]userid_job` ADD INDEX(`datetime`)");$db->query("ALTER TABLE `$db_config[def]userid_msg` ADD INDEX(uid)");$db->query("ALTER TABLE `$db_config[def]userid_msg` ADD INDEX(datetime)");$db->query("ALTER TABLE `$db_config[def]userid_msg` ADD INDEX(jobid)");$db->query("ALTER TABLE `$db_config[def]down_resume` ADD INDEX(downtime)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=6';</script>";
}
if($_GET[step]=="6"){$db->query("ALTER TABLE `$db_config[def]resume` ADD INDEX(photo_status)");$db->query("ALTER TABLE `$db_config[def]resume` ADD INDEX(idcard_pic)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=7';</script>";
}
if($_GET[step]=="7"){$db->query("ALTER TABLE `$db_config[def]company` ADD INDEX(clue)");$db->query("ALTER TABLE `$db_config[def]company` ADD INDEX(logo_status)");$db->query("ALTER TABLE `$db_config[def]company` ADD INDEX(crm_uid)");$db->query("ALTER TABLE `$db_config[def]company` ADD INDEX(vipetime)");$db->query("ALTER TABLE `$db_config[def]company` ADD INDEX(rec)");$db->query("ALTER TABLE `$db_config[def]company_job` ADD INDEX(sdate)");$db->query("ALTER TABLE `$db_config[def]company_order` ADD INDEX(order_state)");$db->query("ALTER TABLE `$db_config[def]rating_notice` ADD INDEX(uid)");$db->query("ALTER TABLE `$db_config[def]rating_notice` ADD INDEX(crm_uid)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=8';</script>";
}
if($_GET[step]=="8"){$db->query("ALTER TABLE `$db_config[def]chat_log` ADD INDEX(sendtime)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=9';</script>";
}if($_GET[step]=="9"){$db->query("ALTER TABLE `$db_config[def]staff_call_log` ADD INDEX(uid)");$db->query("ALTER TABLE `$db_config[def]staff_call_log` ADD INDEX(cuid)");$db->query("ALTER TABLE `$db_config[def]staff_call_log` ADD INDEX(ctime)");$db->query("ALTER TABLE `$db_config[def]crmnew_concern` ADD INDEX(auid)");$db->query("ALTER TABLE `$db_config[def]crmnew_concern` ADD INDEX(uid)");$db->query("ALTER TABLE `$db_config[def]crmnew_concern` ADD INDEX(ftime)");$db->query("ALTER TABLE `$db_config[def]crmnew_concern` ADD INDEX(atime)");echo "<script>location.href='$config[sy_weburl]/update/index.php?step=10';</script>";
}/****************************第三步  清空緩存************************************/
if($_GET[step]=="10"){$delfiles="../data/templates_c";$dh=@opendir($delfiles);while($file=@readdir($dh)){if($file!="."&&$file!=".."){$fullpath=$delfiles."/".$file;@unlink($fullpath);}}@closedir($dh);echo "<script>location.href='$config[sy_weburl]/update/index.php?step=11';</script>";
}
/****************************第四步 升級完成************************************/
if($_GET[step]=="11"){$db->query('INSERT INTO `'.$db_config[def].'version` SET `version`="v7.0.1 VIP版(20240122)",`code`="7.0.1",`ctime`='.time());echo "數據庫升級成功!請刪除/update/ 目錄 根據以下提示繼續操作!";echo "<pre>";echo "1:進入后臺 工具-生成-<font color='red'>生成緩存</font>";echo "<pre>";echo "2:進入后臺 清除緩存";echo "<pre>";echo "3:其他各項配置按需修改";echo "<pre>";
}
?>

三.數據庫表升級后請把對應的vip后臺文件覆蓋掉(這就是我們前面提到的各個版本的補丁,此補丁是對應版本的后臺Php文件)

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/pingmian/91554.shtml
繁體地址,請注明出處:http://hk.pswp.cn/pingmian/91554.shtml
英文地址,請注明出處:http://en.pswp.cn/pingmian/91554.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

P13014 [GESP202506 五級] 最大公因數

題目描述對于兩個正整數 a,b&#xff0c;他們的最大公因數記為 gcd(a,b)。對于 k>3 個正整數 c1?,c2?,…,ck?&#xff0c;他們的最大公因數為&#xff1a;gcd(c1?,c2?,…,ck?)gcd(gcd(c1?,c2?,…,ck?1?),ck?)給定 n 個正整數 a1?,a2?,…,an? 以及 q 組詢問。對…

【機器學習-4】 | 集成學習 / 隨機森林篇

集成學習與隨機森林學習筆記 0 序言 本文將系統介紹Bagging、Boosting兩種集成學習方法及隨機森林算法&#xff0c;涵蓋其原理、過程、參數等內容。通過學習&#xff0c;你能理解兩種方法的區別&#xff0c;掌握隨機森林的隨機含義、算法步驟、優點及關鍵參數使用&#xff0c;明…

深入 Go 底層原理(十二):map 的實現與哈希沖突

1. 引言map 是 Go 語言中使用頻率極高的數據結構&#xff0c;它提供了快速的鍵值對存取能力。雖然 map 的使用非常簡單&#xff0c;但其底層的實現卻是一個精心設計的哈希表&#xff0c;它需要高效地處理哈希計算、數據存儲、擴容以及最關鍵的——哈希沖突。本文將解剖 map 的底…

Reinforcing General Reasoning without Verifiers

1.概述 DeepSeek-R1-Zero [10] 最近展示了使用可驗證獎勵的強化學習(RL)訓練大型語言模型(LLMs)可以極大地提高推理能力。在這個可驗證獎勵的強化學習(RLVR)框架 [17] 中,LLM 生成一個推理過程(即,思維鏈,CoT),然后給出最終答案。一個基于規則的程序隨后提取并評估…

Hyperbrowser MCP:重新定義網頁抓取與瀏覽器自動化的AI驅動工具

在數據驅動的時代,網頁內容的高效處理和自動化操作成為開發者和企業關注的焦點。Hyperbrowser MCP(Model Context Protocol Server)作為一款革命性的工具,通過AI與瀏覽器技術的深度融合,為網頁抓取、結構化數據提取和瀏覽器自動化提供了全新的解決方案。無論你是需要從復雜…

關于Web前端安全防御XSS攻防的幾點考慮

作為一位前端老鳥&#xff0c;總結一下web前端安全領域基礎概念、防御策略、框架實踐及新興技術等幾個維度的考慮。一、基礎概念與核心漏洞1.XSS 攻擊XSS&#xff08;跨站腳本攻擊&#xff09;是 Web 前端安全中最常見的威脅之一&#xff0c;其核心是攻擊者將惡意腳本注入到網頁…

eSIM技術深度解析:從物理芯片到數字革命

當蘋果公司在2018年首次在iPhone XS系列中引入eSIM技術時&#xff0c;許多用戶可能并未意識到這個看似微小的改變將帶來怎樣的技術革命。從1991年第一張信用卡大小的SIM卡&#xff0c;到今天僅有5mm x 5mm的eSIM芯片&#xff0c;這不僅僅是尺寸的縮小&#xff0c;更是移動通信技…

通俗易懂解釋Java8 HashMap

我們來用通俗易懂的方式解釋一下 Java 8 中 HashMap 的原理&#xff0c;讓你對它的結構、運行機制有清晰的理解。&#x1f333; 什么是 HashMap&#xff1f; HashMap 是 Java 中非常常用的數據結構&#xff0c;用于存儲鍵值對&#xff08;key-value&#xff09;。你可以把它理解…

macOS安裝配置Unbound DNS完整指南

文章目錄macOS安裝配置Unbound DNS完整指南&#x1f3af; 為什么選擇Unbound&#xff1f;&#x1f4cb; 系統要求&#x1f680; 安裝步驟1. 使用Homebrew安裝2. 查看安裝信息?? 基礎配置1. 備份默認配置2. 創建基礎配置文件3. 基礎配置內容配置53端口版本&#xff08;高級用戶…

學習模板元編程(2)std::true_type/false_type

目錄 實現原理 應用場景 條件編譯 通過特化和繼承&#xff0c;實現std::is_xxx系列 思路 舉例 例子1&#xff0c;is_bool 例子2&#xff0c;is_ptr 實現原理 std::true_type/false_type是模板intergral_constant的兩種實現&#xff1a; using true_type integral_co…

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models論文閱讀筆記

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models 摘要 本文探索了思維鏈&#xff08;chain of thought&#xff09;&#xff0c;即一系列中間推理過程&#xff0c;可以有效地增強大語言模型的復雜推理能力。 在三個大型語言模型上的實驗表明&#xff0…

華為核心交換機S7700的內存OID

華為S7700系列交換機 SNMP內存相關OID說明 以下列出了華為S7700核心交換機在SNMP v2c下可用的內存相關OID,包括CPU內存利用率、物理內存總量、已用內存和空閑內存,并給出每個OID的功能描述、數據類型、單位、使用說明等信息。 1. CPU內存利用率(處理器內存占用百分比) OID名…

中州養老Day02:服務管理護理計劃模塊

本日任務:服務管理的后端開發 1.學習:護理項目 (1)評估開發工期的思路和注意事項 全面熟悉項目,了解項目重點,設置開發優先級 比如,在下面圖片的接口文檔中版本有1.0,2.0,3.0也就是功能的初代,二代,三代,所以我們在大致瀏覽所有功能后,要優先關注初代功能的實現 開發計劃 …

JavaScript:Ajax(異步通信技術)

一、Ajax 核心概念Ajax&#xff08;Asynchronous JavaScript and XML&#xff09;是一種異步通信技術&#xff0c;核心特點&#xff1a;無刷新更新&#xff1a;無需重新加載整個頁面異步處理&#xff1a;后臺發送/接收數據不阻塞用戶數據格式&#xff1a;支持 XML/JSON/HTML/純…

leetcode 118. 楊輝三角 簡單

給定一個非負整數 numRows&#xff0c;生成「楊輝三角」的前 numRows 行。在「楊輝三角」中&#xff0c;每個數是它左上方和右上方的數的和。示例 1:輸入: numRows 5 輸出: [[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]示例 2:輸入: numRows 1 輸出: [[1]]提示:1 < numRows…

jmeter--While控制器--循環直到接口響應符合條件

場景描述業務場景&#xff1a;單據計算接口情況&#xff1a;單據計算&#xff0c;調用接口1發起計算&#xff0c;接口2查詢計算執行結果jmeter腳本&#xff1a;把接口1和接口2&#xff08;接口2循環調用&#xff0c;直到返回執行完成狀態&#xff09;添加到一個事務&#xff0c…

組播 | 不同 VLAN 間數據轉發實現邏輯 / 實驗

注&#xff1a;本文為 “不同 vlan 間組播數據轉發” 相關合輯。 圖片清晰度受引文原圖所限。 略作重排&#xff0c;如有內容異常&#xff0c;請看原文。 組播 VLAN&#xff1a;解決路由器為不同 VLAN 用戶復制多份流量問題 aiaiai010101 于 2018-11-16 22:42:06 發布 一、組…

滲透測試常用指令

互聯網設備的開放信息查詢網站&#xff1a; https://fofa.info/ https://www.zoomeye.org/ https://quake.360.net/quake/#/index https://x.threatbook.com/v5/mapping https://hunter.qianxin.com/ 目錄 一、網絡探測與掃描 traceroute whatweb ping fping nc n…

51單片機串行通信的設計原理有哪些?

51單片機是指由美國INTEL公司生產的一系列單片機的總稱&#xff0c;這一系列單片機包括了許多品種&#xff0c;如8031&#xff0c;8051&#xff0c;8751&#xff0c;8032&#xff0c;8052&#xff0c;8752等&#xff0c;其中8051是最早最典型的產品&#xff0c;該系列其它單片機…

設計模式十四:適配器模式(Adapter Pattern)

適配器模式&#xff08;Adapter Pattern&#xff09;是一種結構型設計模式&#xff0c;用于將一個類的接口轉換成客戶端期望的另一個接口&#xff0c;使原本不兼容的類可以一起工作。適配器模式的類型類適配器&#xff08;通過多重繼承實現&#xff09;對象適配器&#xff08;通…