更新至V1.72,更新内容在笔记中查看

This commit is contained in:
小胡
2023-01-31 16:43:25 +08:00
Unverified
parent d05598c2bd
commit 6bfb17dbfd
14 changed files with 30 additions and 24 deletions

View File

@@ -126,7 +126,7 @@ class table_resources_statis extends dzz_table
$uid = getglobal('uid');
$data = array();
$param = array($this->_table,$uid);
$wheresql = " where uid = %d and fid = 0 and rid != '' ";
$wheresql = " where uid = $uid and fid = 0 and rid != '' ";
$orderby = ' order by edits desc,views desc,editdateline desc,opendateline desc';
$limitsql = ' limit '.$limit;