[ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.003186s ]
[ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image') ORDER BY `list_order` ASC [ RunTime:0.000517s ]
[ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Page/index' , `file` = 'portal/featured' , `name` = '品牌活动页' , `more` = '{\"vars\":{\"featured_title\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a8\\u6807\\u9898\",\"value\":\"\\u300c\\u53cd\\u5411\\u4e16\\u754c\\u300d\\u9650\\u5b9a\\u80f6\\u56ca\\u7cfb\\u5217\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_1\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a81\",\"value\":\"Ed Hardy\\u8fd1\\u671f\\u63a8\\u51fa2021\\u300c\\u53cd\\u5411\\u4e16\\u754c\\u300d\\u9650\\u5b9a\\u7cfb\\u5217\\uff0c\\u8be5\\u7cfb\\u5217\\u65e8\\u5728\\u8868\\u8fbe\\u201c\\u5373\\u4f7f\\u4e0e\\u4e16\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_2\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a82\",\"value\":\"\\u754c\\u80cc\\u9053\\u800c\\u9a70\\uff0c\\u4ecd\\u575a\\u6301\\u81ea\\u6211\\u201d\\u7684\\u6001\\u5ea6\\uff0c\\u5c06\\u201c\\u53cd\\u5370logo\\u201d\\u4f5c\\u4e3a\\u6807\\u5fd7\\uff0c\\u6301\\u7eed\\u6f14\\u7ece\\u8857\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_3\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a83\",\"value\":\"\\u5934\\u6587\\u5316\\uff0c\\u8be0\\u91ca\\u4e2a\\u6027\\u6001\\u5ea6\\u3002Z\\u65f6\\u4ee3\\u7684\\u65f6\\u5c1a\\u6f6e\\u6d41\\u4e4b\\u98ce\\uff0c\\u8ba9\\u4e00\\u5207\\u65e2\\u6709\\u7684\\u539f\\u5219\\u88ab\\u98a0\\u8986\\uff0c\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_4\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a84\",\"value\":\"\\u5929\\u6027\\u81ea\\u7531\\u7684\\u80cc\\u5012\\u800c\\u884c\\uff0c\\u662f\\u6700\\u575a\\u6301\\u81ea\\u6211\\u7684\\u7ec8\\u6781\\u8868\\u8fbe\\u3002\",\"type\":\"text\",\"tip\":\"\"}}}' , `config_more` = '{\"vars\":{\"featured_title\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a8\\u6807\\u9898\",\"value\":\"Selected series\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_1\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a81\",\"value\":\"Shop our new Fall Winter range, comprising of luxury pieces designed in Portugal,\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_2\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a82\",\"value\":\"Italy and England. Featuring our long faux fur parka\'s and reimagined shearling\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_3\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a83\",\"value\":\"jackets to perfected heavyweight jersey cotton hoodies and sweatshirts,\",\"type\":\"text\",\"tip\":\"\"},\"featured_intro_4\":{\"title\":\"\\u54c1\\u724c\\u6d3b\\u52a84\",\"value\":\"guaranteed to keep you warm and on trend this fall.\",\"type\":\"text\",\"tip\":\"\"}}}' , `description` = '品牌活动文字' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/featured' [ RunTime:0.003395s ]
[ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000740s ]
[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.004165s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1751800819 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.001934s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1751800819 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 0,10 [ RunTime:0.002671s ]