[ SQL ] SHOW COLUMNS FROM `cmf_phone` [ RunTime:0.002766s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_phone` WHERE ( status = 1 AND (
( floor(mid(phone,8,4)) mod 1111 = 0 and floor(mid(phone,8,1))<>floor(mid(phone,7,1)) )
) AND (
( mid(phone,3,2) mod 11 = 0 and mid(phone,6,2) mod 11 = 0 and mid(phone,3,1) <> mid(phone,5,1) and mid(phone,3,1) <> mid(phone,6,1) and mid(phone,5,1) <> mid(phone,6,1) )
or ( mid(phone,4,2) mod 11 = 0 and mid(phone,7,2) mod 11 = 0 and mid(phone,4,1) <> mid(phone,6,1) and mid(phone,4,1) <> mid(phone,7,1) and mid(phone,6,1) <> mid(phone,7,1) )
or ( mid(phone,5,2) mod 11 = 0 and mid(phone,8,2) mod 11 = 0 and mid(phone,5,1) <> mid(phone,7,1) and mid(phone,5,1) <> mid(phone,8,1) and mid(phone,7,1) <> mid(phone,8,1) )
or ( mid(phone,6,2) mod 11 = 0 and mid(phone,9,2) mod 11 = 0 and mid(phone,6,1) <> mid(phone,8,1) and mid(phone,6,1) <> mid(phone,9,1) and mid(phone,8,1) <> mid(phone,9,1) )
) AND instr(phone,888) > 0 ) [ RunTime:0.673647s ]
[ SQL ] SELECT * FROM `cmf_phone` WHERE ( status = 1 AND (
( floor(mid(phone,8,4)) mod 1111 = 0 and floor(mid(phone,8,1))<>floor(mid(phone,7,1)) )
) AND (
( mid(phone,3,2) mod 11 = 0 and mid(phone,6,2) mod 11 = 0 and mid(phone,3,1) <> mid(phone,5,1) and mid(phone,3,1) <> mid(phone,6,1) and mid(phone,5,1) <> mid(phone,6,1) )
or ( mid(phone,4,2) mod 11 = 0 and mid(phone,7,2) mod 11 = 0 and mid(phone,4,1) <> mid(phone,6,1) and mid(phone,4,1) <> mid(phone,7,1) and mid(phone,6,1) <> mid(phone,7,1) )
or ( mid(phone,5,2) mod 11 = 0 and mid(phone,8,2) mod 11 = 0 and mid(phone,5,1) <> mid(phone,7,1) and mid(phone,5,1) <> mid(phone,8,1) and mid(phone,7,1) <> mid(phone,8,1) )
or ( mid(phone,6,2) mod 11 = 0 and mid(phone,9,2) mod 11 = 0 and mid(phone,6,1) <> mid(phone,8,1) and mid(phone,6,1) <> mid(phone,9,1) and mid(phone,8,1) <> mid(phone,9,1) )
) AND instr(phone,888) > 0 ) ORDER BY `id` DESC LIMIT 0,50 [ RunTime:3.871293s ]
[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001998s ]
[ 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` < '1765822720' ) GROUP BY `post`.`id` LIMIT 3 [ RunTime:0.001583s ]