// arclist是否需要weight排序,默认为"N",如果需要排序则设置为"Y"
$isweight = $ctag->GetAtt('isweight');
|
$weight = $ctag->GetAtt('weight');
|
else if($orderby == 'weight') $ordersql = " order by arc.weight asc";//在这里增加一行---->如果没有特定设置排序则按照权重先排序 |