基本
文件
流程
错误
SQL
调试
- 请求信息 : 2021-01-20 10:41:56 HTTP/1.1 GET : padnyl.com/portal/list/index/id/4.html
- 运行时间 : 0.080464s [ 吞吐率:12.43req/s ] 内存消耗:6,027.18kb 文件加载:129
- 查询信息 : 65 queries 31 writes
- 缓存信息 : 0 reads,0 writes
- 配置加载 : 72
- 会话信息 : SESSION_ID=67edv5e4sn4d5iq2r4d0tmp1q6
- [ DB ] INIT mysql
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.005542s ]
- [ LANG ] /www/wwwroot/padnyl.com/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'portal',
1 => 'list',
2 => 'index',
),
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'padnyl.com',
'accept-encoding' => 'br,gzip',
'if-modified-since' => 'Mon, 30 Nov 2020 16:26:40 GMT',
'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/)',
)
- [ PARAM ] array (
'id' => '4',
)
- [ LANG ] /www/wwwroot/padnyl.com/simplewind/cmf/lang/zh-cn.php
- [ LANG ] /www/wwwroot/padnyl.com/app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/padnyl.com/app/goods/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/padnyl.com/app/order/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/padnyl.com/app/portal/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.000835s ]
- [ LANG ] /www/wwwroot/padnyl.com/app/portal/lang/zh-cn.php
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run plugins\switch_theme_demo\SwitchThemeDemoPlugin @switch_theme [ RunTime:0.003277s ]
- [ LANG ] /www/wwwroot/padnyl.com/app/goods/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/padnyl.com/app/order/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/padnyl.com/app/portal/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000530s ]
- [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
- [ RUN ] app\portal\controller\ListController->index[ /www/wwwroot/padnyl.com/app/portal/controller/ListController.php ]
- [ VIEW ] themes/pc_cn/portal/custom/index.html [ array (
0 => 'site_info',
1 => 'user_info',
2 => 'year',
3 => 'SO',
4 => 'lang',
5 => 'kid',
6 => 'area',
7 => 'job',
8 => 'keyword_title',
9 => 'count',
10 => 'article_list',
11 => 'page',
12 => 'is_collect',
13 => 'cat_id',
14 => 'category',
15 => 'category_sj',
16 => 'keyword',
17 => 'theme_vars',
18 => 'theme_widgets',
) ]
- [8]未定义变量: category_sj[/www/wwwroot/padnyl.com/app/portal/controller/ListController.php:117]
- [8]未定义数组索引: lang[/www/wwwroot/padnyl.com/app/portal/controller/ListController.php:128]
- [8]未定义变量: is_collect[/www/wwwroot/padnyl.com/app/portal/controller/ListController.php:256]
- [ DB ] CONNECT:[ UseTime:0.000220s ] mysql:host=127.0.0.1;port=3306;dbname=padnyl_tb;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000511s ]
- [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000198s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.000512s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'SwitchThemeDemo' LIMIT 1 [ RunTime:0.000149s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000549s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `is_show` = 1 AND `delete_time` = 0 AND `id` = 4 LIMIT 1 [ RunTime:0.000236s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `is_show` = 1 AND `delete_time` = 0 AND `id` IS NULL LIMIT 1 [ RunTime:0.000211s ]
- [ SQL ] SELECT `id` FROM `cmf_portal_category` WHERE ( parent_id=4 ) [ RunTime:0.000164s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000574s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `a` LEFT JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` LEFT JOIN `cmf_portal_category` `c` ON `b`.`category_id`=`c`.`id` WHERE ( b.category_id = 4 and a.lang = 1 ) LIMIT 1 [ RunTime:0.000235s ]
- [ SQL ] SELECT `a`.*,`b`.`list_order`,c.name as category_name,`b`.`category_id` FROM `cmf_portal_post` `a` LEFT JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` LEFT JOIN `cmf_portal_category` `c` ON `b`.`category_id`=`c`.`id` WHERE ( b.category_id = 4 and a.lang = 1 ) ORDER BY `b`.`list_order` ASC,`a`.`published_time` DESC LIMIT 0,9 [ RunTime:0.000554s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `a` LEFT JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE ( b.category_id = 4 and b.is_show = 1 and delete_time = 0 ) ORDER BY `b`.`list_order` DESC LIMIT 1 [ RunTime:0.000211s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000408s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000124s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_sensitive` [ RunTime:0.000405s ]
- [ SQL ] SELECT `name`,`displace` FROM `cmf_portal_sensitive` WHERE `status` = 1 [ RunTime:0.000147s ]
- [ SQL ] SELECT `name`,`displace` FROM `cmf_portal_sensitive` WHERE `status` = 1 [ RunTime:0.000155s ]
- [ SQL ] SELECT `name`,`displace` FROM `cmf_portal_sensitive` WHERE `status` = 1 [ RunTime:0.000139s ]
- [ SQL ] SELECT `name`,`displace` FROM `cmf_portal_sensitive` WHERE `status` = 1 [ RunTime:0.000143s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000420s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'goods/detail' LIMIT 1 [ RunTime:0.000177s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='goods/Details/index',`file`='goods/detail',`name`='产品详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='产品页模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'goods/detail' [ RunTime:0.000248s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'goods/list' LIMIT 1 [ RunTime:0.000164s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='goods/List/index',`file`='goods/list',`name`='产品列表页',`more`='{\"vars\":{\"top_category_id\":{\"title\":\"\\u9876\\u7ea7\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"goods\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u7528\\u4e8e\\u83b7\\u53d6\\u8be5\\u5206\\u7c7b\\u4e0b\\u7684\\u5b50\\u5206\\u7c7b\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\"}},\"data_limit\":{\"title\":\"\\u6bcf\\u9875\\u6570\\u636e\\u8bb0\\u5f55\\u6761\\u6570\",\"value\":\"\",\"type\":\"number\"}},\"widgets\":[]}',`config_more`='{\"vars\":{\"top_category_id\":{\"title\":\"\\u9876\\u7ea7\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"goods\\/category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u7528\\u4e8e\\u83b7\\u53d6\\u8be5\\u5206\\u7c7b\\u4e0b\\u7684\\u5b50\\u5206\\u7c7b\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\"}},\"data_limit\":{\"title\":\"\\u6bcf\\u9875\\u6570\\u636e\\u8bb0\\u5f55\\u6761\\u6570\",\"value\":\"\",\"type\":\"number\"}},\"widgets\":[]}',`description`='产品列表模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'goods/list' [ RunTime:0.000245s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000170s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal/article',`name`='[共用详情页] - 共用详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='共用详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/article' [ RunTime:0.000211s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000173s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Page/index',`file`='portal/page',`name`='单页面',`more`='{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}',`config_more`='{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}',`description`='单页面模板文件',`is_public`=0,`list_order`=9998 WHERE `theme` = 'pc_cn' AND `file` = 'portal/page' [ RunTime:0.000238s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/activity/article' LIMIT 1 [ RunTime:0.000158s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal/activity/article',`name`='[最新活动] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='最新活动详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/activity/article' [ RunTime:0.000238s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/activity/index' LIMIT 1 [ RunTime:0.000176s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/activity/index',`name`='最新活动',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='最新活动-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/activity/index' [ RunTime:0.000213s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/brand/index' LIMIT 1 [ RunTime:0.000175s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/brand/index',`name`='品牌介绍',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='品牌介绍-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/brand/index' [ RunTime:0.000225s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/contact/index' LIMIT 1 [ RunTime:0.000173s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/contact/index',`name`='[联系我们]',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='联系我们',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/contact/index' [ RunTime:0.000228s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/custom/article' LIMIT 1 [ RunTime:0.000169s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal/custom/article',`name`='[精品定制] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='精品定制详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/custom/article' [ RunTime:0.000218s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/custom/index' LIMIT 1 [ RunTime:0.000166s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/custom/index',`name`='精品定制',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='精品定制-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/custom/index' [ RunTime:0.000218s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/flam/index' LIMIT 1 [ RunTime:0.000168s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/flam/index',`name`='微电影',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='微电影-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/flam/index' [ RunTime:0.000217s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/store/article' LIMIT 1 [ RunTime:0.000168s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal/store/article',`name`='[门店环境] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='门店环境详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/store/article' [ RunTime:0.000230s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/store/index' LIMIT 1 [ RunTime:0.000167s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/store/index',`name`='门店环境',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='门店环境-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/store/index' [ RunTime:0.000226s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/style/article' LIMIT 1 [ RunTime:0.000173s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal/style/article',`name`='[经典风格] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='经典风格详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/style/article' [ RunTime:0.000208s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/style/index' LIMIT 1 [ RunTime:0.000173s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/style/index',`name`='经典风格-轮播页',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='经典风格-轮播页-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/style/index' [ RunTime:0.000230s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal/style/index_list' LIMIT 1 [ RunTime:0.000167s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal/style/index_list',`name`='经典风格',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='经典风格-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal/style/index_list' [ RunTime:0.000231s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/article' LIMIT 1 [ RunTime:0.000176s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal1/article',`name`='[共用详情页] - 共用详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='共用详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/article' [ RunTime:0.000217s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/page' LIMIT 1 [ RunTime:0.000167s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Page/index',`file`='portal1/page',`name`='单页面',`more`='{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}',`config_more`='{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}',`description`='单页面模板文件',`is_public`=0,`list_order`=9998 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/page' [ RunTime:0.000235s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/activity/article' LIMIT 1 [ RunTime:0.000173s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal1/activity/article',`name`='[最新活动] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='最新活动详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/activity/article' [ RunTime:0.000207s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/activity/index' LIMIT 1 [ RunTime:0.000173s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/activity/index',`name`='最新活动',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='最新活动-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/activity/index' [ RunTime:0.000222s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/brand/index' LIMIT 1 [ RunTime:0.000164s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/brand/index',`name`='品牌介绍',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='品牌介绍-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/brand/index' [ RunTime:0.000219s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/contact/index' LIMIT 1 [ RunTime:0.000172s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/contact/index',`name`='[联系我们]',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='联系我们',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/contact/index' [ RunTime:0.000217s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/custom/article' LIMIT 1 [ RunTime:0.000179s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal1/custom/article',`name`='[精品定制] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='精品定制详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/custom/article' [ RunTime:0.000222s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/custom/index' LIMIT 1 [ RunTime:0.000170s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/custom/index',`name`='精品定制',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='精品定制-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/custom/index' [ RunTime:0.000228s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/flam/index' LIMIT 1 [ RunTime:0.000180s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/flam/index',`name`='微电影',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='微电影-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/flam/index' [ RunTime:0.000219s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/store/article' LIMIT 1 [ RunTime:0.000175s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal1/store/article',`name`='[门店环境] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='门店环境详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/store/article' [ RunTime:0.000218s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/store/index' LIMIT 1 [ RunTime:0.000178s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/store/index',`name`='门店环境',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='门店环境-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/store/index' [ RunTime:0.000215s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/style/article' LIMIT 1 [ RunTime:0.000177s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/Article/index',`file`='portal1/style/article',`name`='[经典风格] - 详情页',`more`='{\"vars\":[]}',`config_more`='{\"vars\":[]}',`description`='经典风格详情页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/style/article' [ RunTime:0.000220s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/style/index' LIMIT 1 [ RunTime:0.000169s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/style/index',`name`='经典风格-轮播页',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='经典风格-轮播页-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/style/index' [ RunTime:0.000225s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND `file` = 'portal1/style/index_list' LIMIT 1 [ RunTime:0.000186s ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='pc_cn',`action`='portal/List/index',`file`='portal1/style/index_list',`name`='经典风格',`more`='{\"vars\":[],\"widgets\":[]}',`config_more`='{\"vars\":[],\"widgets\":[]}',`description`='经典风格-列表页',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc_cn' AND `file` = 'portal1/style/index_list' [ RunTime:0.000222s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' [ RunTime:0.000195s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000474s ]
- [ SQL ] UPDATE `cmf_theme` SET `name`='default',`version`='1.0.0',`author`='HuNuo',`lang`='zh-cn',`keywords`='模板',`description`='默认模板' WHERE `theme` = 'pc_cn' [ RunTime:0.000172s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'pc_cn' AND ( `is_public` = 1 OR `file` = 'portal/custom/index' ) [ RunTime:0.000177s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.000452s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `id` = 9 ORDER BY `list_order` ASC [ RunTime:0.000167s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000441s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000197s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 3 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000212s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE ( id=1 ) LIMIT 1 [ RunTime:0.000149s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `id` = 1 ORDER BY `list_order` ASC [ RunTime:0.000184s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `id` = 18 ORDER BY `list_order` ASC [ RunTime:0.000153s ]
- [ SQL ] SELECT `post`.*,`user`.`user_login`,`user`.`user_nickname`,`user`.`user_email`,`category_post`.`category_id` FROM `cmf_portal_post` `post` INNER JOIN `cmf_user` `user` ON `post`.`user_id`=`user`.`id` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `category_post`.`is_show` = 1 AND `post`.`post_status` = 99 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND `post`.`lang` = 1 AND ( `post`.`published_time` > '0' AND `post`.`published_time` < 1611110517 ) AND `category_post`.`category_id` = '4' ORDER BY `list_order` DESC [ RunTime:0.000601s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `id` = 10 ORDER BY `list_order` ASC [ RunTime:0.000197s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `id` = 12 ORDER BY `list_order` ASC [ RunTime:0.000159s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `id` = 17 ORDER BY `list_order` ASC [ RunTime:0.000156s ]

0.083451s