[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.000537s ]
SELECT COUNT(*) AS total FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid IN (482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500); [ RunTime:0.001858s ]
SELECT id,catid,title,nickname,userid,username,thumb,url,click,updatetime,phone,shijan,area,jiage,is_hidden FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid IN (482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500) ORDER BY listorder ASC,id DESC LIMIT 0,8; [ RunTime:0.000388s ]
SELECT COUNT(*) AS total FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid IN (482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500) AND FIND_IN_SET('4',flag); [ RunTime:0.000389s ]
SELECT title,updatetime,url,color,flag FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid IN (482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500) AND FIND_IN_SET('4',flag) ORDER BY listorder ASC,id DESC LIMIT 0,20; [ RunTime:0.000261s ]
SELECT title,url,color FROM `xxyz_asia` . `yzm_article` WHERE status=1 AND catid IN (482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500) ORDER BY `click` DESC LIMIT 10; [ RunTime:0.000379s ]
[其他信息]
WEB服务器:nginx/1.24.0
PHP版本:7.4.33
路由信息:模块( index ),控制器( index ),方法( lists ),参数( catid=482 )