{dede:php}
$typeid = isset($refObj->Fields['typeid']) ? $refObj->Fields['typeid'] : $refObj->Fields['id'];
$tmp = $dsql->GetOne("SELECT cstats FROM #@__arctype WHERE id=".$typeid);
echo statCode($tmp['cstats']);
{/dede:php}
多姿软件网更新时间:2024-05-13 13:51:05
{dede:php}
$typeid = isset($refObj->Fields['typeid']) ? $refObj->Fields['typeid'] : $refObj->Fields['id'];
$tmp = $dsql->GetOne("SELECT cstats FROM #@__arctype WHERE id=".$typeid);
echo statCode($tmp['cstats']);
{/dede:php}