Commit 19813146 by 冷斌

fix bug

parent 9114b3ed
...@@ -101,7 +101,6 @@ class DynamicController extends AdminbaseController ...@@ -101,7 +101,6 @@ class DynamicController extends AdminbaseController
public function edit() public function edit()
{ {
$id = intval(I("get.id")); $id = intval(I("get.id"));
echo $id;die;
$report = M("users_report_dynamic")->where("id=$id")->find(); $report = M("users_report_dynamic")->where("id=$id")->find();
$dynamic = $this->dynamic_model->where("id={$report['dynamic_id']}")->find(); $dynamic = $this->dynamic_model->where("id={$report['dynamic_id']}")->find();
$userinfo = getUserInfo($report['uid']); $userinfo = getUserInfo($report['uid']);
......
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