Commit b82349d9 by 冷斌

fix bug

parent 9df64059
......@@ -22,6 +22,8 @@ class SingleAction extends CommonAction {
*/
public function info() {
$id = t($_GET['id']);
var_dump($id);
die;
$map['is_del'] = 0;
if( is_numeric( $id )) {
$map['id'] = $id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment