GetOne("select count(*) as dd from `pi_co_cls` where cotype=1"); else $row = $dsql->GetOne("select count(*) as dd from `pi_co_cls` where cotype=0"); if(is_array($row)){ $TotalResult = $row['dd']; }else{ $TotalResult = 0; } $TotalPage = ceil($TotalResult/$numPerPage); if ($page>$TotalPage) $page=$TotalPage; $limitstart = ($page-1) * $numPerPage; if($limitstart<0) $limitstart=0; if($cofrom==1) $sqlStr="select id,clsname,sysclsid from `pi_co_cls` where cotype=1 limit $limitstart,$numPerPage"; else $sqlStr="select id,clsname,sysclsid from `pi_co_cls` where cotype=0 limit $limitstart,$numPerPage"; if($TotalResult==0){ ?> SetQuery($sqlStr); $dsql->Execute('customercls'); while($row=$dsql->GetObject('customercls')) { $id=$row->id; ?>
自定义分类
ID 要转换的分类名 影射到系统分类 操作
没找到自定义分类
删除
  页次/ 每页总收录数据条 首页 上一页 下一页 尾页
添加