/** * 编辑分类 */ public function action($jump = TRUE, $commit = TRUE) { $this->db()->transaction(); $updateResult = \Model\Category::updateCategory(); $this->db()->commit(); $this->success('更新分类成功', $this->url(GROUP . '-Category-index')); }