window.location.href='./login.php';"); if(isset($_GET['value'])) { $sql=" `{$_GET['column']}`='{$_GET['value']}'"; $numrows=$DB->getColumn("SELECT count(*) from pre_log WHERE{$sql}"); $con='包含 '.$_GET['value'].' 的共有 '.$numrows.' 条记录'; $link='&my=search&column='.$_GET['column'].'&value='.$_GET['value']; }else{ $numrows=$DB->getColumn("SELECT count(*) from pre_log WHERE 1"); $sql=" 1"; $con='共有 '.$numrows.' 条记录'; } ?>
| ID | 商户号 | 操作类型 | 操作IP | 时间 |
|---|---|---|---|---|
| '.$res['id'].' | '.($res['uid']>0?''.$res['uid'].'':'管理员').' | '.$res['type'].' | '.$res['ip'].' | '.$res['date'].' |