基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-08-25 00:09:46 HTTP/1.1 GET : http://www.gcrmyy.org.cn/portal/departments/article_list/cid/2/pid/168.html
- 运行时间 : 0.304433s [ 吞吐率:3.28req/s ] 内存消耗:4,565.80kb 文件加载:107
- 查询信息 : 37 queries 19 writes
- 缓存信息 : 5 reads,0 writes
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'connection' => 'keep-alive',
'cache-control' => 'max-age=259200',
'x-forwarded-for' => '10.1.8.153',
'via' => '1.1 squid-proxy-5b96dc6d46-krsdz (squid/6.13)',
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'host' => 'www.gcrmyy.org.cn',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'cid' => '2',
'pid' => '168',
)
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/app/portal/lang/zh-cn/common.php
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/www.gcrmyy.org.cn/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/www.gcrmyy.org.cn/public/themes/hospital/portal/departments/article_list.html [ array (
0 => 'site_info',
1 => 'versions',
2 => 'nav',
3 => 'post',
4 => 'list',
5 => 'cateName',
6 => 'theme_vars',
7 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000692s ] mysql:host=127.0.0.1;port=3306;dbname=www_gcrmyy_org_c;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.001179s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'MPcTheme' LIMIT 1 [ RunTime:0.000263s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'filtered' => 12.5,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_departments_category` [ RunTime:0.001034s ]
- [ SQL ] SELECT `id`,`title` FROM `cmf_departments_category` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000376s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_departments_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'filtered' => 25.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_departments_news` [ RunTime:0.001243s ]
- [ SQL ] SELECT `id`,`post_title`,`more`,`post_content`,`post_excerpt` FROM `cmf_departments_news` WHERE `id` = 168 LIMIT 1 [ RunTime:0.000417s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_departments_news',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ DB ] CONNECT:[ UseTime:0.000334s ] mysql:host=127.0.0.1;port=3306;dbname=www_gcrmyy_org_c;charset=utf8mb4
- [ SQL ] SELECT * FROM `cmf_departments_category` WHERE `id` = 2 LIMIT 1 [ RunTime:0.000221s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_departments_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_departments_news` WHERE `cate_id` = 2 AND `departments_id` = 168 AND `post_status` = 1 [ RunTime:0.000502s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_departments_news',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 187,
'filtered' => 0.5347593426704407,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_departments_news` WHERE `cate_id` = 2 AND `departments_id` = 168 AND `post_status` = 1 LIMIT 0,10 [ RunTime:0.000853s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_departments_news',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 187,
'filtered' => 0.5347593426704407,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.001155s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.001548s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Article/index' , `file` = 'portal/article' , `name` = '领导团队,专家风采文章详情页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '领导团队,专家风采详情页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hospital' AND `file` = 'portal/article' [ RunTime:0.009372s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/article2' LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Article/index' , `file` = 'portal/article2' , `name` = '医院文化,医院新闻,通知公告,媒体报道,医院党建,人才招聘,院务公开,常见问题,就医指南文章详情页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '医院文化,医院新闻,通知公告,媒体报道,医院党建,人才招聘,院务公开,常见问题,就医指南文章详情页模板文件' , `is_public` = 0 , `list_order` = 30 WHERE `theme` = 'hospital' AND `file` = 'portal/article2' [ RunTime:0.007359s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/article3' LIMIT 1 [ RunTime:0.000329s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Article/index' , `file` = 'portal/article3' , `name` = '执业信息文章详情页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '执业信息文章详情页模板文件' , `is_public` = 0 , `list_order` = 30 WHERE `theme` = 'hospital' AND `file` = 'portal/article3' [ RunTime:0.010883s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000304s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/contact' , `name` = '留言问答模板' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '留言问答模板文件' , `is_public` = 0 , `list_order` = 90 WHERE `theme` = 'hospital' AND `file` = 'portal/contact' [ RunTime:0.007312s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/department_article' LIMIT 1 [ RunTime:0.000315s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Article/index' , `file` = 'portal/department_article' , `name` = '科室分布文章详情页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '科室分布文章详情模板文件' , `is_public` = 0 , `list_order` = 20 WHERE `theme` = 'hospital' AND `file` = 'portal/department_article' [ RunTime:0.009277s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/department_list' LIMIT 1 [ RunTime:0.000321s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/department_list' , `name` = '科室分布文章列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '科室分布文章列表模板文件' , `is_public` = 0 , `list_order` = 20 WHERE `theme` = 'hospital' AND `file` = 'portal/department_list' [ RunTime:0.007440s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000347s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9996\\u9875\\u5e7b\\u706f\\u7247\",\"value\":\"1\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"tip\":\"\\u9996\\u9875\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true},\"valueText\":\"\\u9996\\u9875\\u5934\\u90e8banner\"},\"nav2\":{\"title\":\"\\u5feb\\u6377\\u5bfc\\u822a\",\"value\":\"2\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u9009\\u62e9\\u5feb\\u6377\\u5bfc\\u822a\",\"dataSource\":{\"api\":\"admin\\/Nav\\/index\",\"multi\":true},\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"},\"valueText\":\"\\u9996\\u9875\\u5feb\\u6377\\u5bfc\\u822a\"}},\"widgets\":{\"indexNews\":{\"title\":\"\\u9996\\u9875\\u65b0\\u95fb\\u516c\\u544a\\u7248\\u5757\",\"display\":1,\"vars\":{\"news\":{\"title\":\"\\u9996\\u9875\\u65b0\\u95fb\\u516c\\u544a\\u7248\\u5757\",\"value\":[{\"category_id_text_\":\"\\u533b\\u9662\\u65b0\\u95fb\",\"category_id\":\"9\",\"count\":\"6\"},{\"category_id_text_\":\"\\u5a92\\u4f53\\u62a5\\u9053\",\"category_id\":\"10\",\"count\":\"6\"},{\"category_id_text_\":\"\\u89c6\\u9891\\u4e2d\\u5fc3\",\"category_id\":\"11\",\"count\":\"6\"}],\"type\":\"array\",\"item\":{\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u7c7b\\u522bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u65b0\\u95fb\\u516c\\u544a\\u7c7b\\u522b\"},\"count\":{\"title\":\"\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":9,\"type\":\"number\",\"tip\":\"\\u6bcf\\u4e2a\\u680f\\u76ee\\u6587\\u7ae0\\u6570\\u91cf\"}},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u533b\\u9662\\u65b0\\u95fb\\uff0c\\u5a92\\u4f53\\u62a5\\u9053\\uff0c\\u89c6\\u9891\\u4e2d\\u5fc3\\u8fd9\\u4e09\\u4e2a\\u5206\\u7c7b\"},\"Notice\":{\"title\":\"\\u901a\\u77e5\\u516c\\u544a\",\"value\":[],\"type\":\"array\",\"item\":{\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u7c7b\\u522bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u901a\\u77e5\\u516c\\u544a\\u5206\\u7c7b\"},\"count\":{\"title\":\"\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":9,\"type\":\"number\",\"tip\":\"\\u6bcf\\u4e2a\\u680f\\u76ee\\u6587\\u7ae0\\u6570\\u91cf\"}},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u901a\\u77e5\\u516c\\u544a\\uff0c\\u62db\\u6807\\u91c7\\u8d2d\\u8fd9\\u4e24\\u4e2a\\u5206\\u7c7b\"},\"notice_count\":{\"title\":\"PC\\u7aef\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"8\",\"type\":\"number\",\"tip\":\"PC\\u7aef\\u901a\\u77e5\\u516c\\u544a\\u6587\\u7ae0\\u6570\\u91cf\"}}},\"affairs\":{\"title\":\"\\u9996\\u9875\\u9662\\u52a1\\u516c\\u5f00\\u7248\\u5757\",\"display\":0,\"vars\":{\"category_id\":{\"title\":\"\\u9996\\u9875\\u9662\\u52a1\\u516c\\u5f00\\u7248\\u5757\",\"value\":\"14\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u9662\\u52a1\\u516c\\u5f00\\u5206\\u7c7bID\",\"valueText\":\"\\u9662\\u52a1\\u516c\\u5f00\"},\"count\":{\"title\":\"\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"8\",\"type\":\"number\",\"tip\":\"\\u663e\\u793a\\u6587\\u7ae0\\u6570\\u91cf\"},\"notice\":{\"title\":\"\\u79fb\\u52a8\\u7aef\\u901a\\u77e5\\u516c\\u544a\",\"value\":\"12\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u901a\\u77e5\\u516c\\u544a\\u5206\\u7c7b,\\u6b64\\u5206\\u7c7b\\u4e3a\\u79fb\\u52a8\\u7aef\\u9009\\u62e9\",\"valueText\":\"\\u901a\\u77e5\\u516c\\u544a\"},\"notice_count\":{\"title\":\"\\u79fb\\u52a8\\u7aef\\u901a\\u77e5\\u516c\\u544a\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"1\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u4e2a\\u680f\\u76ee\\u6587\\u7ae0\\u6570\\u91cf\"}}},\"department\":{\"title\":\"\\u9996\\u9875\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"display\":1,\"vars\":{\"cat_name\":{\"title\":\"\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"value\":\"\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"rule\":{\"require\":true}},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\\u5148\\u8fdb\\u7684\\u533b\\u7597\\u8bbe\\u5907\\uff0c\\u7528\\u5fc3\\u4e13\\u4e1a\\u7684\\u670d\\u52a1\\uff0c\\u5168\\u5fc3\\u5168\\u610f\\u4e3a\\u4eba\\u6c11\\u670d\\u52a1\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u9996\\u9875\\u79d1\\u5ba4\\u4ecb\\u7ecd\\u7248\\u5757\",\"value\":[{\"category_id_text_\":\"\\u4e34\\u5e8a\\u79d1\\u5ba4\",\"category_id\":\"15\"},{\"category_id_text_\":\"\\u533b\\u6280\\u79d1\\u5ba4\",\"category_id\":\"16\"},{\"category_id_text_\":\"\\u804c\\u80fd\\u79d1\\u5ba4\",\"category_id\":\"17\"}],\"type\":\"array\",\"item\":{\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u7c7b\\u522bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u4e34\\u5e8a\\u79d1\\u5ba4,\\u533b\\u6280\\u79d1\\u5ba4,\\u804c\\u80fd\\u79d1\\u5ba4\\u8fd9\\u4e09\\u4e2a\\u5206\\u7c7b\"}},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u4e34\\u5e8a\\u79d1\\u5ba4,\\u533b\\u6280\\u79d1\\u5ba4,\\u804c\\u80fd\\u79d1\\u5ba4\\u8fd9\\u4e09\\u4e2a\\u5206\\u7c7b\"}}},\"famousDoctors\":{\"title\":\"\\u9996\\u9875\\u4e13\\u5bb6\\u540d\\u533b\\u7248\\u5757\",\"display\":1,\"vars\":{\"cat_name\":{\"title\":\"\\u4e13\\u5bb6\\u540d\\u533b\",\"value\":\"\\u533b\\u9662\\u4e13\\u5bb6\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u4e13\\u5bb6\\u540d\\u533b\\u6807\\u9898\",\"rule\":{\"require\":true}},\"btn_name\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\\u533b\\u9662\\u4e13\\u5bb6\\u76f4\\u901a\\u8f66\",\"type\":\"text\",\"tip\":\"\"},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\\u4ee5\\u7cbe\\u6e5b\\u7684\\u533b\\u5b66\\u6280\\u672f\\uff0c\\u5168\\u5fc3\\u5168\\u610f\\u4e3a\\u4eba\\u6c11\\u670d\\u52a1\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u4e13\\u5bb6\\u98ce\\u91c7\\u5206\\u7c7bid\",\"value\":\"50\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u540d\\u533b\\u98ce\\u91c7\\u5206\\u7c7bid\",\"valueText\":\"\\u4e13\\u5bb6\\u76f4\\u8fbe\"}}},\"allianceDoctors\":{\"title\":\"\\u9996\\u9875\\u8054\\u76df\\u4e13\\u5bb6\\u7248\\u5757\",\"display\":1,\"vars\":{\"cat_name\":{\"title\":\"\\u8054\\u76df\\u4e13\\u5bb6\",\"value\":\"\\u8054\\u76df\\u4e13\\u5bb6\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u8054\\u76df\\u4e13\\u5bb6\\u6807\\u9898\",\"rule\":{\"require\":true}},\"btn_name\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\\u8054\\u76df\\u4e13\\u5bb6\\u76f4\\u901a\\u8f66\",\"type\":\"text\",\"tip\":\"\"},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\\u4ee5\\u7cbe\\u6e5b\\u7684\\u533b\\u5b66\\u6280\\u672f\\uff0c\\u5168\\u5fc3\\u5168\\u610f\\u4e3a\\u4eba\\u6c11\\u670d\\u52a1\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u8054\\u76df\\u4e13\\u5bb6\\u5206\\u7c7bid\",\"value\":\"49\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u8054\\u76df\\u4e13\\u5bb6\\u5206\\u7c7bid\",\"valueText\":\"\\u8054\\u76df\\u4e13\\u5bb6\"}}},\"TeachingResearch\":{\"title\":\"\\u9996\\u9875\\u6559\\u5b66\\u79d1\\u7814\\u7248\\u5757\",\"display\":0,\"vars\":{\"cat_name\":{\"title\":\"\\u6559\\u5b66\\u79d1\\u7814\",\"value\":\"\\u6559\\u5b66\\u79d1\\u7814\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u6559\\u5b66\\u79d1\\u7814\\u6807\\u9898\",\"rule\":{\"require\":true}},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\\u96c6\\u533b\\u7597\\uff0c\\u6559\\u80b2\\uff0c\\u79d1\\u7814\\u4e3a\\u4e00\\u4f53\\u591a\\u65b9\\u9762\\u53d1\\u5c55\\u7684\\u533b\\u5b66\\u7814\\u7a76\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u6559\\u5b66\\u79d1\\u7814\\u5206\\u7c7bid\",\"value\":\"7\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u6559\\u5b66\\u79d1\\u7814\\u5206\\u7c7bid\",\"valueText\":\"\\u6559\\u5b66\\u79d1\\u7814\"}}}}}' , `config_more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9996\\u9875\\u5e7b\\u706f\\u7247\",\"value\":\"1\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"tip\":\"\\u9996\\u9875\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}},\"nav2\":{\"title\":\"\\u5feb\\u6377\\u5bfc\\u822a\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u9009\\u62e9\\u5feb\\u6377\\u5bfc\\u822a\",\"dataSource\":{\"api\":\"admin\\/Nav\\/index\",\"multi\":true},\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}},\"widgets\":{\"indexNews\":{\"title\":\"\\u9996\\u9875\\u65b0\\u95fb\\u516c\\u544a\\u7248\\u5757\",\"display\":\"1\",\"vars\":{\"news\":{\"title\":\"\\u9996\\u9875\\u65b0\\u95fb\\u516c\\u544a\\u7248\\u5757\",\"value\":[],\"type\":\"array\",\"item\":{\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u7c7b\\u522bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u65b0\\u95fb\\u516c\\u544a\\u7c7b\\u522b\"},\"count\":{\"title\":\"\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":9,\"type\":\"number\",\"tip\":\"\\u6bcf\\u4e2a\\u680f\\u76ee\\u6587\\u7ae0\\u6570\\u91cf\"}},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u533b\\u9662\\u65b0\\u95fb\\uff0c\\u5a92\\u4f53\\u62a5\\u9053\\uff0c\\u89c6\\u9891\\u4e2d\\u5fc3\\u8fd9\\u4e09\\u4e2a\\u5206\\u7c7b\"},\"Notice\":{\"title\":\"\\u901a\\u77e5\\u516c\\u544a\",\"value\":[],\"type\":\"array\",\"item\":{\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u7c7b\\u522bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u901a\\u77e5\\u516c\\u544a\\u5206\\u7c7b\"},\"count\":{\"title\":\"\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":9,\"type\":\"number\",\"tip\":\"\\u6bcf\\u4e2a\\u680f\\u76ee\\u6587\\u7ae0\\u6570\\u91cf\"}},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u901a\\u77e5\\u516c\\u544a\\uff0c\\u62db\\u6807\\u91c7\\u8d2d\\u8fd9\\u4e24\\u4e2a\\u5206\\u7c7b\"},\"notice_count\":{\"title\":\"PC\\u7aef\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":1,\"type\":\"number\",\"tip\":\"PC\\u7aef\\u901a\\u77e5\\u516c\\u544a\\u6587\\u7ae0\\u6570\\u91cf\"}}},\"affairs\":{\"title\":\"\\u9996\\u9875\\u9662\\u52a1\\u516c\\u5f00\\u7248\\u5757\",\"display\":\"1\",\"vars\":{\"category_id\":{\"title\":\"\\u9996\\u9875\\u9662\\u52a1\\u516c\\u5f00\\u7248\\u5757\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u9662\\u52a1\\u516c\\u5f00\\u5206\\u7c7bID\"},\"count\":{\"title\":\"\\u663e\\u793a\\u6570\\u91cf\",\"value\":8,\"type\":\"number\",\"tip\":\"\\u663e\\u793a\\u6587\\u7ae0\\u6570\\u91cf\"},\"notice\":{\"title\":\"\\u79fb\\u52a8\\u7aef\\u901a\\u77e5\\u516c\\u544a\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u901a\\u77e5\\u516c\\u544a\\u5206\\u7c7b,\\u6b64\\u5206\\u7c7b\\u4e3a\\u79fb\\u52a8\\u7aef\\u9009\\u62e9\"},\"notice_count\":{\"title\":\"\\u79fb\\u52a8\\u7aef\\u901a\\u77e5\\u516c\\u544a\\u6587\\u7ae0\\u663e\\u793a\\u6570\\u91cf\",\"value\":1,\"type\":\"number\",\"tip\":\"\\u6bcf\\u4e2a\\u680f\\u76ee\\u6587\\u7ae0\\u6570\\u91cf\"}}},\"department\":{\"title\":\"\\u9996\\u9875\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"display\":\"1\",\"vars\":{\"cat_name\":{\"title\":\"\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u79d1\\u5ba4\\u4ecb\\u7ecd\",\"rule\":{\"require\":true}},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u9996\\u9875\\u79d1\\u5ba4\\u4ecb\\u7ecd\\u7248\\u5757\",\"value\":[],\"type\":\"array\",\"item\":{\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u7c7b\\u522bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u4e34\\u5e8a\\u79d1\\u5ba4,\\u533b\\u6280\\u79d1\\u5ba4,\\u804c\\u80fd\\u79d1\\u5ba4\\u8fd9\\u4e09\\u4e2a\\u5206\\u7c7b\"}},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u4e34\\u5e8a\\u79d1\\u5ba4,\\u533b\\u6280\\u79d1\\u5ba4,\\u804c\\u80fd\\u79d1\\u5ba4\\u8fd9\\u4e09\\u4e2a\\u5206\\u7c7b\"}}},\"famousDoctors\":{\"title\":\"\\u9996\\u9875\\u4e13\\u5bb6\\u540d\\u533b\\u7248\\u5757\",\"display\":\"1\",\"vars\":{\"cat_name\":{\"title\":\"\\u4e13\\u5bb6\\u540d\\u533b\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u4e13\\u5bb6\\u540d\\u533b\\u6807\\u9898\",\"rule\":{\"require\":true}},\"btn_name\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u4e13\\u5bb6\\u98ce\\u91c7\\u5206\\u7c7bid\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u540d\\u533b\\u98ce\\u91c7\\u5206\\u7c7bid\"}}},\"allianceDoctors\":{\"title\":\"\\u9996\\u9875\\u8054\\u76df\\u4e13\\u5bb6\\u7248\\u5757\",\"display\":\"1\",\"vars\":{\"cat_name\":{\"title\":\"\\u8054\\u76df\\u4e13\\u5bb6\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u8054\\u76df\\u4e13\\u5bb6\\u6807\\u9898\",\"rule\":{\"require\":true}},\"btn_name\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u8054\\u76df\\u4e13\\u5bb6\\u5206\\u7c7bid\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u8054\\u76df\\u4e13\\u5bb6\\u5206\\u7c7bid\"}}},\"TeachingResearch\":{\"title\":\"\\u9996\\u9875\\u6559\\u5b66\\u79d1\\u7814\\u7248\\u5757\",\"display\":\"1\",\"vars\":{\"cat_name\":{\"title\":\"\\u6559\\u5b66\\u79d1\\u7814\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u6559\\u5b66\\u79d1\\u7814\\u6807\\u9898\",\"rule\":{\"require\":true}},\"slogan\":{\"title\":\"\\u5c0f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u6559\\u5b66\\u79d1\\u7814\\u5206\\u7c7bid\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9\\u6559\\u5b66\\u79d1\\u7814\\u5206\\u7c7bid\"}}}}}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'hospital' AND `file` = 'portal/index' [ RunTime:0.007176s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.000347s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/list' , `name` = '领导团队,专家风采文章列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '领导团队,专家风采文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hospital' AND `file` = 'portal/list' [ RunTime:0.008930s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/list2' LIMIT 1 [ RunTime:0.000309s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/list2' , `name` = '医院文化文章列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '医院文化文章列表模板文件' , `is_public` = 0 , `list_order` = 20 WHERE `theme` = 'hospital' AND `file` = 'portal/list2' [ RunTime:0.009421s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/list3' LIMIT 1 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/list3' , `name` = '执业信息,通知公告,教学科研,常见问题,就医指南文章列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '执业信息,通知公告,教学科研,常见问题,就医指南文章列表页模板文件' , `is_public` = 0 , `list_order` = 40 WHERE `theme` = 'hospital' AND `file` = 'portal/list3' [ RunTime:0.007558s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/news_list' LIMIT 1 [ RunTime:0.000322s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/news_list' , `name` = '新闻公告,医院党建,人才招聘文章列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '新闻公告,医院党建,人才招聘 文章列表模板文件' , `is_public` = 0 , `list_order` = 20 WHERE `theme` = 'hospital' AND `file` = 'portal/news_list' [ RunTime:0.007133s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/news_video_article' LIMIT 1 [ RunTime:0.000370s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Article/index' , `file` = 'portal/news_video_article' , `name` = '视频中心详情页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '视频中心详情页模板文件' , `is_public` = 0 , `list_order` = 30 WHERE `theme` = 'hospital' AND `file` = 'portal/news_video_article' [ RunTime:0.012008s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/news_video_list' LIMIT 1 [ RunTime:0.000458s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/news_video_list' , `name` = '视频中心列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '视频中心列表页模板文件' , `is_public` = 0 , `list_order` = 20 WHERE `theme` = 'hospital' AND `file` = 'portal/news_video_list' [ RunTime:0.008253s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000518s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '公共单页模板' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '公共单页模板' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hospital' AND `file` = 'portal/page' [ RunTime:0.007738s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/page_article' LIMIT 1 [ RunTime:0.000491s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/page_article' , `name` = '文章没有列表的模板页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '文章没有列表的模板文件' , `is_public` = 0 , `list_order` = 40 WHERE `theme` = 'hospital' AND `file` = 'portal/page_article' [ RunTime:0.008011s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.000467s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/search/index' , `file` = 'portal/search' , `name` = '搜索页面' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '搜索模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hospital' AND `file` = 'portal/search' [ RunTime:0.009623s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'portal/teaching_research_list' LIMIT 1 [ RunTime:0.000468s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'portal/List/index' , `file` = 'portal/teaching_research_list' , `name` = '医保服务文章列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '医保服务文章列表页模板文件' , `is_public` = 0 , `list_order` = 20 WHERE `theme` = 'hospital' AND `file` = 'portal/teaching_research_list' [ RunTime:0.014809s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000364s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'hospital' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"EnglishName\":{\"title\":\"\\u82f1\\u6587\\u540d\",\"value\":\"the people`s hospital of gongcheng yao autonomous county\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"welcome\":{\"title\":\"\\u6b22\\u8fce\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone1\":{\"title\":\"\\u54a8\\u8be2\\u7535\\u8bdd\",\"value\":\"0773-8212002\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone2\":{\"title\":\"\\u6025\\u8bca\\u6025\\u6551\\u7535\\u8bdd\",\"value\":\"0773---8218120\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone3\":{\"title\":\"\\u4ea7\\u79d1\\u6025\\u6551\\u4e2d\\u5fc3\",\"value\":\"0773---8216124\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone4\":{\"title\":\"\\u65b0\\u751f\\u513f\\u6025\\u6551\\u4e2d\\u5fc3\",\"value\":\"0773---8230090\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone5\":{\"title\":\"\\u80f8\\u75db\\u4e2d\\u5fc3\\u6025\\u6551\\u7535\\u8bdd\",\"value\":\"0773---8218120\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone6\":{\"title\":\"\\u533b\\u4fdd\\u7535\\u8bdd\",\"value\":\"0773-8212069\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"EnglishName\":{\"title\":\"\\u82f1\\u6587\\u540d\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"welcome\":{\"title\":\"\\u6b22\\u8fce\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone1\":{\"title\":\"\\u54a8\\u8be2\\u7535\\u8bdd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone2\":{\"title\":\"\\u6025\\u8bca\\u6025\\u6551\\u7535\\u8bdd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone3\":{\"title\":\"\\u4ea7\\u79d1\\u6025\\u6551\\u4e2d\\u5fc3\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone4\":{\"title\":\"\\u65b0\\u751f\\u513f\\u6025\\u6551\\u4e2d\\u5fc3\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone5\":{\"title\":\"\\u80f8\\u75db\\u4e2d\\u5fc3\\u6025\\u6551\\u7535\\u8bdd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"phone6\":{\"title\":\"\\u533b\\u4fdd\\u7535\\u8bdd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'hospital' AND `file` = 'public/config' [ RunTime:0.041396s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hospital' [ RunTime:0.000375s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 10.000000953674316,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.001252s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = '恭城瑶族自治县人民医院' , `version` = '1.0' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = '十月获稻' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = '恭城瑶族自治县人民医院' , `description` = '恭城瑶族自治县人民医院' WHERE `theme` = 'hospital' [ RunTime:0.000300s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'hospital' AND ( `is_public` = 1 OR `file` = 'portal/departments/article_list' ) [ RunTime:0.000368s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 3.846153974533081,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_link` [ RunTime:0.001138s ]
- [ SQL ] SELECT * FROM `cmf_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000380s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_link',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'status',
'key' => 'status',
'key_len' => '1',
'ref' => 'const',
'rows' => 5,
'filtered' => 100.0,
'extra' => 'Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.001006s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000289s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.001061s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000454s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 38,
'filtered' => 8.947368621826172,
'extra' => 'Using where; Using filesort',
) ]

0.311050s