[SQL语句]
SELECT * FROM `xxyz_asia` . `yzm_putong` WHERE (id = '10') LIMIT 1; [ RunTime:0.000203s ]
UPDATE `xxyz_asia` . `yzm_putong` SET `click` = `click`+1 WHERE (id = '10'); [ RunTime:0.002111s ]
SELECT id,catid,title FROM `xxyz_asia` . `yzm_putong` WHERE (id< '10' AND status = '1' AND catid = '708') ORDER BY id DESC LIMIT 1; [ RunTime:0.000203s ]
SELECT id,catid,title FROM `xxyz_asia` . `yzm_putong` WHERE (id> '10' AND status = '1' AND catid = '708') ORDER BY id ASC LIMIT 1; [ RunTime:0.000156s ]
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 20; [ RunTime:0.000328s ]
SELECT id,userid,username,userpic,inputtime,content FROM `xxyz_asia` . `yzm_comment` WHERE `commentid` = "9_708_10" AND `status` = 1 ORDER BY id DESC LIMIT 20; [ RunTime:0.000166s ]
SELECT total FROM `xxyz_asia` . `yzm_comment_data` WHERE (commentid = '9_708_10') LIMIT 1; [ RunTime:0.000101s ]
SELECT id,catid,title,thumb,updatetime,description FROM `xxyz_asia` . `yzm_putong` WHERE status=1 ORDER BY RAND() LIMIT 4; [ RunTime:0.000186s ]
[其他信息]
WEB服务器:nginx/1.24.0
PHP版本:7.4.33
路由信息:模块( mobile ),控制器( index ),方法( show ),参数( catid=708&id=10 )