Commit 9114b3ed by 冷斌

fix bug

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