[SQL语句]
SELECT catid,catname,arrchildid,pclink,target FROM `xxyz_asia` . `yzm_category` WHERE siteid = 0 AND `display`=1 AND parentid=0 ORDER BY listorder ASC LIMIT 3; [ RunTime:0.001554s ]
SELECT COUNT(*) AS total FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=407; [ RunTime:0.000285s ]
SELECT id,catid,title,nickname,userid,username,thumb,url,click,nickname,updatetime,phone,shijan,area,jiage,is_hidden FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=407 ORDER BY listorder ASC,id DESC LIMIT 0,8; [ RunTime:0.000251s ]
SELECT COUNT(*) AS total FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=407 AND FIND_IN_SET('4',flag); [ RunTime:0.000222s ]
SELECT title,updatetime,url,color,flag FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=407 AND FIND_IN_SET('4',flag) ORDER BY listorder ASC,id DESC LIMIT 0,20; [ RunTime:0.000241s ]
SELECT title,url,color FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=407 ORDER BY `click` DESC LIMIT 10; [ RunTime:0.000330s ]
[其他信息]
WEB服务器:nginx/1.24.0
PHP版本:7.4.33
路由信息:模块( index ),控制器( index ),方法( lists ),参数( catid=407 )