[ SQL ] SHOW COLUMNS FROM `cmf_phone` [ RunTime:0.001630s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_phone` WHERE ( status = 1 AND (
mid(phone,length(phone)-3,1)=mid(phone,length(phone)-1,1) and mid(phone,length(phone)-1,1)=mid(phone,length(phone)-5,1) and mid(phone,length(phone)-2,1)=right(phone,1) and mid(phone,length(phone)-4,1)=right(phone,1) and floor(mid(right(phone,2),1,1))<>floor(right(phone,1))
) ) [ RunTime:0.000190s ]
[ SQL ] SELECT * FROM `cmf_phone` WHERE ( status = 1 AND (
mid(phone,length(phone)-3,1)=mid(phone,length(phone)-1,1) and mid(phone,length(phone)-1,1)=mid(phone,length(phone)-5,1) and mid(phone,length(phone)-2,1)=right(phone,1) and mid(phone,length(phone)-4,1)=right(phone,1) and floor(mid(right(phone,2),1,1))<>floor(right(phone,1))
) ) ORDER BY `id` DESC LIMIT 0,50 [ RunTime:0.000325s ]
[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001616s ]
[ 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`.`recommended` = '1' AND ( `post`.`published_time` > '0' and `post`.`published_time` < '1765792194' ) GROUP BY `post`.`id` LIMIT 3 [ RunTime:0.001528s ]