|
|
@@ -145,7 +145,6 @@ class ListView |
|
|
|
{
|
|
|
|
global $cfg_list_son, $cfg_need_typeid2, $cfg_cross_sectypeid;
|
|
|
|
if (empty($cfg_need_typeid2)) $cfg_need_typeid2 = 'N';
|
|
|
|
|
|
|
|
//统计数据库记录
|
|
|
|
$this->TotalResult = -1;
|
|
|
|
if (isset($GLOBALS['TotalResult'])) $this->TotalResult = $GLOBALS['TotalResult'];
|
|
|
|