基本
文件
流程
错误
SQL
调试
- 请求信息 : 2023-03-29 18:17:25 HTTP/1.1 GET : http://hootech.cn/portal/article/index/id/36/cid/1.html
- 运行时间 : 0.670300s [ 吞吐率:1.49req/s ] 内存消耗:5,771.88kb 文件加载:138
- 查询信息 : 40 queries 22 writes
- 缓存信息 : 7 reads,0 writes
- 会话信息 : SESSION_ID=li6b2apg4p8c4srev90l9v6mu7
- [ LANG ] /www/wwwroot/hootech/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/hootech/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'hootech.cn',
'accept-encoding' => 'br,gzip',
'accept-language' => 'en-US,en;q=0.5',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '36',
'cid' => '1',
)
- [ LANG ] /www/wwwroot/hootech/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/hootech/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/hootech/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/hootech/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/hootech/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/hootech/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/hootech/public/themes/hootech/portal/article.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'article',
3 => 'prev_article',
4 => 'next_article',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000446s ] mysql:host=127.0.0.1;port=3306;dbname=hootech;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `hootech_portal_post` [ RunTime:0.000882s ]
- [ SQL ] SELECT `post`.* FROM `hootech_portal_post` `post` INNER JOIN `hootech_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 1 AND `relation`.`post_id` = 36 AND ( `post`.`published_time` < 1680085045 and `post`.`published_time` > 0 ) LIMIT 1 [ RunTime:0.000557s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `hootech_portal_post` `post` INNER JOIN `hootech_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 1 AND `relation`.`post_id` < 36 AND ( `post`.`published_time` < 1680085045 and `post`.`published_time` > 0 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002042s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 9,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `hootech_portal_post` `post` INNER JOIN `hootech_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 1 AND `relation`.`post_id` > 36 AND ( `post`.`published_time` < 1680085045 and `post`.`published_time` > 0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.006678s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 9,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `hootech_portal_category` [ RunTime:0.000569s ]
- [ SQL ] SELECT * FROM `hootech_portal_category` WHERE `id` = 1 AND `status` = 1 LIMIT 1 [ RunTime:0.000289s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `hootech_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 36 [ RunTime:0.021812s ]
- [ SQL ] SHOW COLUMNS FROM `hootech_theme_file` [ RunTime:0.000884s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000382s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/Article/index' , `file` = 'portal/article' , `name` = '默认文章页' , `more` = '[]' , `config_more` = '[]' , `description` = '默认文章页' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hootech' AND `file` = 'portal/article' [ RunTime:0.003402s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/article_menu_left' LIMIT 1 [ RunTime:0.000324s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/Article/index' , `file` = 'portal/article_menu_left' , `name` = '文章页(带左侧导航)' , `more` = '[]' , `config_more` = '[]' , `description` = '文章页(带左侧导航)' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hootech' AND `file` = 'portal/article_menu_left' [ RunTime:0.004743s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/article_nav_left_list' LIMIT 1 [ RunTime:0.000273s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/Article/index' , `file` = 'portal/article_nav_left_list' , `name` = '内容页面(文章列表在左侧)' , `more` = '[]' , `config_more` = '[]' , `description` = '内容页面(文章列表在左侧-仅支持一级分类)' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hootech' AND `file` = 'portal/article_nav_left_list' [ RunTime:0.003725s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000341s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '联系我们单页' , `more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"HooTech<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u5317\\u4eac\\u5e02\\u671d\\u9633\\u533a<\\/span>\",\"type\":\"textarea\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"116.504427,39.979174\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u5317\\u4eac\\u5e02\\u671d\\u9633\\u533a\"},\"company\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"HooTech\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u5317\\u4eac\\u5e02\\u671d\\u9633\\u533a\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"sepwoods@qq.com\",\"type\":\"text\",\"tip\":\"\"},\"phone\":{\"title\":\"\\u7535\\u8bdd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"}}}' , `config_more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"HooTech<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u5317\\u4eac\\u5e02\\u671d\\u9633\\u533a<\\/span>\",\"type\":\"textarea\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true}},\"company\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"Hootech\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u5317\\u4eac\\u5e02\\u671d\\u9633\\u533a\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"sepwoods@qq.com\",\"type\":\"text\",\"tip\":\"\"},\"phone\":{\"title\":\"\\u7535\\u8bdd\",\"value\":\"18612933279\",\"type\":\"text\",\"tip\":\"\"}}}' , `description` = '联系我们单页(含百度地图)' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hootech' AND `file` = 'portal/contact' [ RunTime:0.003830s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000362s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '网站首页模板' , `more` = '{\"widgets\":{\"client\":{\"title\":\"\\u5ba2\\u6237\\u6848\\u4f8b\\u7248\\u5757\",\"display\":1,\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\\u6848\\u4f8b\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\\u706b\\u540c\\u4e16\\u7eaa\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"list_number\":{\"title\":\"\\u6bcf\\u9875\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"12\",\"type\":\"text\",\"placeholder\":\"\\u8f93\\u5165\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"tip\":\"\"},\"clientId\":{\"title\":\"\\u680f\\u76eeID\",\"value\":\"1\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u6839\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\"}}},\"services\":{\"title\":\"\\u670d\\u52a1\",\"display\":1,\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\\u6211\\u4eec\\u80fd\\u505a\\u7684\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\\u4e13\\u4e1a\\u7f51\\u7ad9\\u5f00\\u53d1\\uff0c\\u5fae\\u4fe1\\u5c0f\\u7a0b\\u5e8f\\u5f00\\u53d1\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"services_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"2\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u670d\\u52a1\"}}},\"news\":{\"title\":\"\\u52a8\\u6001\\u677f\\u5757\",\"display\":0,\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\\u884c\\u4e1a\\u52a8\\u6001\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\\u5173\\u6ce8\\u4f60\\u6211\\uff0c\\u5173\\u6ce8\\u53d1\\u5c55\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"list_number\":{\"title\":\"\\u6bcf\\u9875\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"12\",\"type\":\"text\",\"placeholder\":\"\\u8f93\\u5165\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"tip\":\"\"},\"newsId\":{\"title\":\"\\u52a8\\u6001\\u680f\\u76eeID\",\"value\":\"10\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u6839\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u884c\\u4e1a\"}}}}}' , `config_more` = '{\"widgets\":{\"client\":{\"title\":\"\\u5ba2\\u6237\\u6848\\u4f8b\\u7248\\u5757\",\"display\":\"1\",\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\\u6848\\u4f8b\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\\u706b\\u540c\\u4e16\\u7eaa\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"list_number\":{\"title\":\"\\u6bcf\\u9875\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"12\",\"type\":\"text\",\"placeholder\":\"\\u8f93\\u5165\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"tip\":\"\"},\"clientId\":{\"title\":\"\\u680f\\u76eeID\",\"value\":\"1\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u6839\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"services\":{\"title\":\"\\u4ea7\\u54c1\\u670d\\u52a1\\u677f\\u5757\",\"display\":\"1\",\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\\u6211\\u4eec\\u80fd\\u505a\\u7684\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\\u706b\\u540c\\u4e16\\u7eaa\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"services_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"news\":{\"title\":\"\\u52a8\\u6001\\u677f\\u5757\",\"display\":\"1\",\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\\u52a8\\u6001\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\\u706b\\u540c\\u4e16\\u7eaa\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"list_number\":{\"title\":\"\\u6bcf\\u9875\\u663e\\u793a\\u6570\\u91cf\",\"value\":\"12\",\"type\":\"text\",\"placeholder\":\"\\u8f93\\u5165\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"tip\":\"\"},\"newsId\":{\"title\":\"\\u52a8\\u6001\\u680f\\u76eeID\",\"value\":\"1\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u6839\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '网站首页模板编辑' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/index' [ RunTime:0.004912s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.000310s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/list/index' , `file` = 'portal/list' , `name` = '默认文章列表页(文字列表)' , `more` = '[]' , `config_more` = '[]' , `description` = '默认文章列表页(文字列表)' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list' [ RunTime:0.004749s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list_description' LIMIT 1 [ RunTime:0.000278s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/list/index' , `file` = 'portal/list_description' , `name` = '文章列表页(文字带描述)' , `more` = '[]' , `config_more` = '[]' , `description` = '文章列表页(文字带描述)' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list_description' [ RunTime:0.003755s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list_left_thumb' LIMIT 1 [ RunTime:0.000305s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/list/index' , `file` = 'portal/list_left_thumb' , `name` = '文章列表页(列表左侧带缩略图)' , `more` = '[]' , `config_more` = '[]' , `description` = '文章列表页(列表左侧带缩略图)' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list_left_thumb' [ RunTime:0.004840s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list_product' LIMIT 1 [ RunTime:0.000305s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/List/index' , `file` = 'portal/list_product' , `name` = '产品列表页面' , `more` = '{\"widgets\":{\"ShopList\":{\"title\":\"\\u5217\\u8868\\u677f\\u5757\",\"display\":\"1\",\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"ShopListId\":{\"title\":\"\\u5217\\u8868\\u680f\\u76eeID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"ShopList\":{\"title\":\"\\u5217\\u8868\\u677f\\u5757\",\"display\":\"1\",\"vars\":{\"title\":{\"title\":\"\\u677f\\u5757\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\"},\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\"},\"ShopListId\":{\"title\":\"\\u5217\\u8868\\u680f\\u76eeID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '带图文和简介' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list_product' [ RunTime:0.003266s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list_swiper' LIMIT 1 [ RunTime:0.000290s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/list/index' , `file` = 'portal/list_swiper' , `name` = '文章列表页(滚动文字列表)' , `more` = '{\"vars\":{\"page_count\":{\"title\":\"\\u6bcf\\u9875\\u6570\\u91cf\",\"value\":\"9\",\"type\":\"text\",\"tip\":\"\\u6bcf\\u9875\\u6570\\u91cf\\uff0c3\\u7684\\u500d\\u6570\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"page_count\":{\"title\":\"\\u6bcf\\u9875\\u6570\\u91cf\",\"value\":\"9\",\"type\":\"text\",\"tip\":\"\\u6bcf\\u9875\\u6570\\u91cf\\uff0c3\\u7684\\u500d\\u6570\",\"rule\":{\"require\":true}}}}' , `description` = '文章列表页(滚动文字列表)' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list_swiper' [ RunTime:0.005998s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list_thumb' LIMIT 1 [ RunTime:0.000295s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/list/index' , `file` = 'portal/list_thumb' , `name` = '图片列表页(带顶部导航)' , `more` = '[]' , `config_more` = '[]' , `description` = '图片列表页(带顶部导航)' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list_thumb' [ RunTime:0.004728s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/list_thumb_nav_left' LIMIT 1 [ RunTime:0.000301s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/list/index' , `file` = 'portal/list_thumb_nav_left' , `name` = '图片列表页(带左侧导航)' , `more` = '[]' , `config_more` = '[]' , `description` = '图片列表页(带左侧导航)' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'portal/list_thumb_nav_left' [ RunTime:0.004297s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '默认单页面' , `more` = '[]' , `config_more` = '[]' , `description` = '单页面模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hootech' AND `file` = 'portal/page' [ RunTime:0.004707s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.000311s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'portal/search/index' , `file` = 'portal/search' , `name` = '搜索页面' , `more` = '[]' , `config_more` = '[]' , `description` = '搜索模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'hootech' AND `file` = 'portal/search' [ RunTime:0.005218s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000395s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":\"0\",\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `config_more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'hootech' AND `file` = 'public/config' [ RunTime:0.005015s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'public/footer' LIMIT 1 [ RunTime:0.000317s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'public/Footer' , `file` = 'public/footer' , `name` = '底部公共部分' , `more` = '{\"vars\":{\"site_copyright\":{\"title\":\"\\u5e95\\u90e8\\u7248\\u6743\\u4fe1\\u606f\",\"value\":\"HooTech\",\"type\":\"textarea\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u7f51\\u7ad9\\u5e95\\u90e8\\u7248\\u6743\\u4fe1\\u606f\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}},\"widgets\":{\"footer\":{\"title\":\"\\u7f51\\u7ad9\\u5e95\\u90e8\\u901a\\u680f\\u4fe1\\u606f\",\"display\":1,\"vars\":{\"footer_logo\":{\"title\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9\\u5e95\\u90e8LOGO\",\"value\":\"default\\/20230327\\/0623ee96d8c89fa2b36573636a61c934.png\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u663e\\u793aLOGO\\u56fe\\u7247\\uff0c\\u4e0d\\u4e0a\\u4f20\\u663e\\u793a\\u5e95\\u90e8\\u5173\\u4e8e\\u6211\\u4eec\\u6807\\u9898\"},\"footAboutTitle\":{\"title\":\"\\u5e95\\u90e8\\u5173\\u4e8e\\u6211\\u4eec\\u6807\\u9898\",\"value\":\"\\u5173\\u4e8e\\u6211\\u4eec\",\"type\":\"text\",\"tip\":\"\\u5982\\u679c\\u6ca1\\u6709\\u4e0a\\u4f20\\u5e95\\u90e8LOGO\\u5c31\\u663e\\u793a\\u8be5\\u6807\\u9898\\u6587\\u5b57\"},\"footAbouttId\":{\"title\":\"\\u9009\\u62e9\\u5173\\u4e8e\\u6211\\u4eec\\u6570\\u636e\",\"value\":\"2\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/page\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u9009\\u62e9\\u5173\\u4e8e\\u6211\\u4eec\\u7684\\u5355\\u9875ID\\uff0c\\u5e95\\u90e8\\u4f1a\\u663e\\u793a\\u5355\\u9875\\u4e2d\\u63cf\\u8ff0\\u5b57\\u6bb5\\u5185\\u5bb9\\uff0c\\u8be6\\u7ec6\\u5185\\u5bb9\\u663e\\u793a\\u5728\\u9996\\u9875\\u7684\\u5173\\u4e8e\\u91cc\",\"rule\":{\"require\":true},\"valueText\":\"\\u5173\\u4e8e\\u6211\\u4eec\"},\"footNavTitle\":{\"title\":\"\\u5e95\\u90e8\\u5bfc\\u822a\\u6807\\u9898\",\"value\":\"\\u5feb\\u901f\\u5bfc\\u822a\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u5e95\\u90e8\\u5bfc\\u822a\\u680f\\u6807\\u9898\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"footNavId\":{\"title\":\"\\u8f93\\u5165\\u5e95\\u90e8\\u5bfc\\u822a\\u7684\\u680f\\u76eeID\\u6570\\u636e\",\"value\":\"2\",\"type\":\"text\",\"placeholder\":\"\\u8f93\\u5165\\u5bfc\\u822aID\\u53f7\",\"tip\":\"\\u8f93\\u5165\\u5bf9\\u5e94\\u5e95\\u90e8\\u5bfc\\u822a\\u7684\\u5206\\u7c7b\\u53f7\\uff0c\\u53ef\\u4ee5\\u5728\\u8bbe\\u7f6e->\\u5bfc\\u822a\\u7ba1\\u7406\\u4e2d\\u67e5\\u770b\",\"rule\":{\"require\":true}},\"footContactTitle\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\\u6807\\u9898\",\"value\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u5e95\\u90e8\\u8054\\u7cfb\\u6211\\u4eec\\u6807\\u9898\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"footContactId\":{\"title\":\"\\u9009\\u62e9\\u8054\\u7cfb\\u6211\\u4eec\\u6570\\u636e\",\"value\":\"6\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/page\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u9009\\u62e9\\u8054\\u7cfb\\u6211\\u4eec\\u7684\\u5355\\u9875ID\\uff0c\\u5e95\\u90e8\\u4f1a\\u663e\\u793a\\u5bf9\\u5e94\\u5185\\u5bb9\",\"rule\":{\"require\":true},\"valueText\":\"\\u8054\\u7cfb\"},\"qcode\":{\"title\":\"\\u4e0a\\u4f20\\u8054\\u7cfb\\u4e8c\\u7ef4\\u7801\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u5fae\\u4fe1\\u7b49\\u5404\\u79cd\\u4e8c\\u7ef4\\u7801\"}}}}}' , `config_more` = '{\"vars\":{\"site_copyright\":{\"title\":\"\\u5e95\\u90e8\\u7248\\u6743\\u4fe1\\u606f\",\"value\":\"HooTechCMF\",\"type\":\"textarea\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u7f51\\u7ad9\\u5e95\\u90e8\\u7248\\u6743\\u4fe1\\u606f\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}},\"widgets\":{\"footer\":{\"title\":\"\\u7f51\\u7ad9\\u5e95\\u90e8\\u901a\\u680f\\u4fe1\\u606f\",\"display\":\"1\",\"vars\":{\"footer_logo\":{\"title\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9\\u5e95\\u90e8LOGO\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u663e\\u793aLOGO\\u56fe\\u7247\\uff0c\\u4e0d\\u4e0a\\u4f20\\u663e\\u793a\\u5e95\\u90e8\\u5173\\u4e8e\\u6211\\u4eec\\u6807\\u9898\"},\"footAboutTitle\":{\"title\":\"\\u5e95\\u90e8\\u5173\\u4e8e\\u6211\\u4eec\\u6807\\u9898\",\"value\":\"\\u5173\\u4e8e\\u6211\\u4eec\",\"type\":\"text\",\"tip\":\"\\u5982\\u679c\\u6ca1\\u6709\\u4e0a\\u4f20\\u5e95\\u90e8LOGO\\u5c31\\u663e\\u793a\\u8be5\\u6807\\u9898\\u6587\\u5b57\"},\"footAbouttId\":{\"title\":\"\\u9009\\u62e9\\u5173\\u4e8e\\u6211\\u4eec\\u6570\\u636e\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/page\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u9009\\u62e9\\u5173\\u4e8e\\u6211\\u4eec\\u7684\\u5355\\u9875ID\\uff0c\\u5e95\\u90e8\\u4f1a\\u663e\\u793a\\u5355\\u9875\\u4e2d\\u63cf\\u8ff0\\u5b57\\u6bb5\\u5185\\u5bb9\\uff0c\\u8be6\\u7ec6\\u5185\\u5bb9\\u663e\\u793a\\u5728\\u9996\\u9875\\u7684\\u5173\\u4e8e\\u91cc\",\"rule\":{\"require\":true}},\"footNavTitle\":{\"title\":\"\\u5e95\\u90e8\\u5bfc\\u822a\\u6807\\u9898\",\"value\":\"\\u5feb\\u901f\\u5bfc\\u822a\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u5e95\\u90e8\\u5bfc\\u822a\\u680f\\u6807\\u9898\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"footNavId\":{\"title\":\"\\u8f93\\u5165\\u5e95\\u90e8\\u5bfc\\u822a\\u7684\\u680f\\u76eeID\\u6570\\u636e\",\"value\":\"2\",\"type\":\"text\",\"placeholder\":\"\\u8f93\\u5165\\u5bfc\\u822aID\\u53f7\",\"tip\":\"\\u8f93\\u5165\\u5bf9\\u5e94\\u5e95\\u90e8\\u5bfc\\u822a\\u7684\\u5206\\u7c7b\\u53f7\\uff0c\\u53ef\\u4ee5\\u5728\\u8bbe\\u7f6e->\\u5bfc\\u822a\\u7ba1\\u7406\\u4e2d\\u67e5\\u770b\",\"rule\":{\"require\":true}},\"footContactTitle\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\\u6807\\u9898\",\"value\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u5e95\\u90e8\\u8054\\u7cfb\\u6211\\u4eec\\u6807\\u9898\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"footContactId\":{\"title\":\"\\u9009\\u62e9\\u8054\\u7cfb\\u6211\\u4eec\\u6570\\u636e\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/page\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u9009\\u62e9\\u8054\\u7cfb\\u6211\\u4eec\\u7684\\u5355\\u9875ID\\uff0c\\u5e95\\u90e8\\u4f1a\\u663e\\u793a\\u5bf9\\u5e94\\u5185\\u5bb9\",\"rule\":{\"require\":true}},\"qcode\":{\"title\":\"\\u4e0a\\u4f20\\u8054\\u7cfb\\u4e8c\\u7ef4\\u7801\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u5fae\\u4fe1\\u7b49\\u5404\\u79cd\\u4e8c\\u7ef4\\u7801\"}}}}}' , `description` = '版权,链接,地址等信息设置' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'public/footer' [ RunTime:0.005536s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'public/header' LIMIT 1 [ RunTime:0.000286s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'public/Header' , `file` = 'public/header' , `name` = '头部公共部分' , `more` = '{\"vars\":{\"site_logo\":{\"title\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9LOGO\",\"value\":\"default\\/20230327\\/0623ee96d8c89fa2b36573636a61c934.png\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9logo\\uff0c\\u5efa\\u8bae\\u5c3a\\u5bf8120px*60px\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `config_more` = '{\"vars\":{\"site_logo\":{\"title\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9LOGO\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9logo\\uff0c\\u5efa\\u8bae\\u5c3a\\u5bf8120px*60px\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `description` = '头部网站LOGO定制修改' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'public/header' [ RunTime:0.005042s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'public/header_home' LIMIT 1 [ RunTime:0.000279s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'public/Header' , `file` = 'public/header_home' , `name` = '首页头部公共部分' , `more` = '{\"vars\":{\"site_logo\":{\"title\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9LOGO\",\"value\":\"default\\/20230327\\/0623ee96d8c89fa2b36573636a61c934.png\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9logo\\uff0c\\u5efa\\u8bae\\u5c3a\\u5bf8120px*60px\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `config_more` = '{\"vars\":{\"site_logo\":{\"title\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9LOGO\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u7f51\\u7ad9logo\\uff0c\\u5efa\\u8bae\\u5c3a\\u5bf8120px*60px\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `description` = '首页头部,logo居中显示' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'public/header_home' [ RunTime:0.003696s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000309s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '导航条' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"HooTech\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"HooTech\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '导航条模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'hootech' AND `file` = 'public/nav' [ RunTime:0.004004s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND `file` = 'public/online' LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hootech_theme_file` SET `theme` = 'hootech' , `action` = 'public/Online' , `file` = 'public/online' , `name` = '在线客服配置模板' , `more` = '{\"vars\":{\"online_bg\":{\"title\":\"\\u9f20\\u6807\\u7ecf\\u8fc7\\u6837\\u5f0f\\u989c\\u8272\",\"name\":\"style\",\"value\":\"#dddddd\",\"type\":\"text\",\"tip\":\"\\u586b\\u5199\\u9ed8\\u8ba4\\u663e\\u793a\\u989c\\u8272\\u683c\\u5f0f\\u4e3a\\u201c#dddddd\\u201d\",\"rule\":[]},\"online_bg_hover\":{\"title\":\"\\u9f20\\u6807\\u7ecf\\u8fc7\\u6837\\u5f0f\\u989c\\u8272\",\"name\":\"style_hover\",\"value\":\"#960709\",\"type\":\"text\",\"tip\":\"\\u586b\\u5199\\u9f20\\u6807\\u7ecf\\u8fc7\\u663e\\u793a\\u989c\\u8272\\u683c\\u5f0f\\u4e3a\\u201c#dddddd\\u201d\",\"rule\":[]}},\"widgets\":{\"online_service\":{\"title\":\"\\u5728\\u7ebf\\u5ba2\\u670d\\u8bbe\\u7f6e\",\"display\":1,\"vars\":{\"online_qq\":{\"title\":\"\\u5728\\u7ebfQQ\\u5ba2\\u670d\",\"name\":\"QQ\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8f93\\u5165\\u5ba2\\u670dQQ\\u53f7\",\"rule\":[]},\"online_tel\":{\"title\":\"\\u5ba2\\u670d\\u70ed\\u7ebf\",\"name\":\"tel\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8f93\\u5165\\u5ba2\\u670d\\u7535\\u8bdd\",\"rule\":[]},\"online_email\":{\"title\":\"\\u5ba2\\u670d\\u90ae\\u7bb1\",\"name\":\"email\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8f93\\u5165\\u5ba2\\u670d\\u90ae\\u7bb1\",\"rule\":[]},\"online_wechat\":{\"title\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"name\":\"wechat\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"rule\":[]}}}}}' , `config_more` = '{\"vars\":{\"online_bg\":{\"title\":\"\\u9f20\\u6807\\u7ecf\\u8fc7\\u6837\\u5f0f\\u989c\\u8272\",\"name\":\"style\",\"value\":\"#dddddd\",\"type\":\"text\",\"tip\":\"\\u586b\\u5199\\u9ed8\\u8ba4\\u663e\\u793a\\u989c\\u8272\\u683c\\u5f0f\\u4e3a\\u201c#dddddd\\u201d\",\"rule\":[]},\"online_bg_hover\":{\"title\":\"\\u9f20\\u6807\\u7ecf\\u8fc7\\u6837\\u5f0f\\u989c\\u8272\",\"name\":\"style_hover\",\"value\":\"#960709\",\"type\":\"text\",\"tip\":\"\\u586b\\u5199\\u9f20\\u6807\\u7ecf\\u8fc7\\u663e\\u793a\\u989c\\u8272\\u683c\\u5f0f\\u4e3a\\u201c#dddddd\\u201d\",\"rule\":[]}},\"widgets\":{\"online_service\":{\"title\":\"\\u5728\\u7ebf\\u5ba2\\u670d\\u8bbe\\u7f6e\",\"display\":\"1\",\"vars\":{\"online_qq\":{\"title\":\"\\u5728\\u7ebfQQ\\u5ba2\\u670d\",\"name\":\"QQ\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8f93\\u5165\\u5ba2\\u670dQQ\\u53f7\",\"rule\":[]},\"online_tel\":{\"title\":\"\\u5ba2\\u670d\\u70ed\\u7ebf\",\"name\":\"tel\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8f93\\u5165\\u5ba2\\u670d\\u7535\\u8bdd\",\"rule\":[]},\"online_email\":{\"title\":\"\\u5ba2\\u670d\\u90ae\\u7bb1\",\"name\":\"email\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8f93\\u5165\\u5ba2\\u670d\\u90ae\\u7bb1\",\"rule\":[]},\"online_wechat\":{\"title\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"name\":\"wechat\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"rule\":[]}}}}}' , `description` = '在线客服配置文件' , `is_public` = 1 , `list_order` = 0.1 WHERE `theme` = 'hootech' AND `file` = 'public/online' [ RunTime:0.007887s ]
- [ SQL ] SELECT * FROM `hootech_theme_file` WHERE `theme` = 'hootech' [ RunTime:0.000389s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hootech_theme` [ RunTime:0.000671s ]
- [ SQL ] UPDATE `hootech_theme` SET `name` = 'HooTech2022' , `version` = '1.0.0' , `demo_url` = 'http://ht2022.hootech.cn' , `author` = 'HooTech.cn' , `lang` = 'zh-CN' , `author_url` = 'http://www.hootech.cn' , `keywords` = '专注定制细分领域数字化服务' , `description` = '为效率而生' WHERE `theme` = 'hootech' [ RunTime:0.001663s ]
- [ SQL ] SELECT `more` FROM `hootech_theme_file` WHERE `theme` = 'hootech' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.000416s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hootech_nav` [ RunTime:0.000816s ]
- [ SQL ] SELECT `id` FROM `hootech_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000383s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_nav',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hootech_nav_menu` [ RunTime:0.000558s ]
- [ SQL ] SELECT * FROM `hootech_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000368s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `path` FROM `hootech_portal_category` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000457s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hootech_portal_category` WHERE `id` IN (0,1) ORDER BY `path` ASC [ RunTime:0.000359s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_portal_category',
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 2,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `hootech_portal_post` WHERE `post_status` = 1 AND `post_type` = 2 AND `id` = 2 AND `delete_time` = 0 AND ( `published_time` > 0 and `published_time` < 1680085045 ) LIMIT 1 [ RunTime:0.000387s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_portal_post',
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hootech_portal_post` WHERE `post_status` = 1 AND `post_type` = 2 AND `id` = 6 AND `delete_time` = 0 AND ( `published_time` > 0 and `published_time` < 1680085045 ) LIMIT 1 [ RunTime:0.000343s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_portal_post',
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `hootech_link` [ RunTime:0.000677s ]
- [ SQL ] SELECT * FROM `hootech_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000274s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hootech_link',
'type' => 'ALL',
'possible_keys' => 'status',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 3,
'extra' => 'Using where; Using filesort',
) ]

0.674332s