mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-11 11:26:42 +08:00
更新至V1.72,更新内容在笔记中查看
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user