Commit 1e3a7f0a by 冷斌

fix bug

parent 8e752972
......@@ -128,7 +128,7 @@ class DynamicController extends AdminbaseController
M("users_dynamic")->where("dynamic_id={$id}")->delete();
M("users_report_dynamic")->where("dynamic_id={$id}")->delete();
}
$this->success("更新成功!", U('dynamic/index'));
$this->success("更新成功!", U('dynamic/report'));
}
}
}
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