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