Commit 1806583f by 冷斌

fix bug

parent 468060f3
...@@ -47,8 +47,6 @@ class SingleAction extends CommonAction ...@@ -47,8 +47,6 @@ class SingleAction extends CommonAction
$res = M('single')->where($map)->find(); $res = M('single')->where($map)->find();
} }
} }
var_dump($res);
di;
$this->assign('data', $res); $this->assign('data', $res);
$this->display(); $this->display();
......
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