[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.001555s ]
SELECT COUNT(*) AS total FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=361; [ RunTime:0.000225s ]
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=361 ORDER BY listorder ASC,id DESC LIMIT 0,8; [ RunTime:0.000288s ]
SELECT COUNT(*) AS total FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=361 AND FIND_IN_SET('4',flag); [ RunTime:0.000322s ]
SELECT title,updatetime,url,color,flag FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=361 AND FIND_IN_SET('4',flag) ORDER BY listorder ASC,id DESC LIMIT 0,20; [ RunTime:0.000228s ]
SELECT title,url,color FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid=361 ORDER BY `click` DESC LIMIT 10; [ RunTime:0.000249s ]
[其他信息]
WEB服务器:nginx/1.24.0
PHP版本:7.4.33
路由信息:模块( index ),控制器( index ),方法( lists ),参数( catid=361 )