Browse Source

修正否定栏目

tags/6.2.7
叙述、别离 1 year ago
parent
commit
33934f0b65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/taglib/channelartlist.lib.php

+ 1
- 1
src/system/taglib/channelartlist.lib.php View File

@@ -42,11 +42,11 @@ function lib_channelartlist(&$ctag, &$refObj)
$tpsql = " id IN($typeid) AND ishidden<>1 ";
}
}
$dsql->SetQuery("SELECT * FROM `#@__arctype` WHERE $tpsql ORDER BY sortrank ASC LIMIT $totalnum");
//否定指定栏目
if ($notypeid!=0) {
$tpsql = $tpsql."and not(id in($notypeid))";
}
$dsql->SetQuery("SELECT * FROM `#@__arctype` WHERE $tpsql ORDER BY sortrank ASC LIMIT $totalnum");
$dsql->Execute();
while ($row = $dsql->GetArray()) {
$typeids[] = $row;


Loading…
Cancel
Save