GetOne("Select tp.id,ch.issystem From `#@__arctype` tp left join `#@__channeltype` ch on ch.id=tp.channeltype where tp.channeltype='$channelid' And tp.reid=0 order by sortrank asc"); if(!is_array($tinfos)) die(" No catalogs in the channel! "); $tid = $tinfos['id']; } else { $tinfos = $dsql->GetOne("Select ch.issystem From `#@__arctype` tp left join `#@__channeltype` ch on ch.id=tp.channeltype where tp.id='$tid' "); } //企业建站版不支单表模型 if($tinfos['issystem']==-1) { echo "Not Support!"; exit(); } include(DEDEINC."/arc.listview.class.php"); $lv = new ListView($tid); if($lv->IsError) { ParamError(); } $lv->Display(); ?>