save(['is_cmt' => 1]); $this->save($data); Db::commit(); return true; } catch (\Exception $e) { Db::rollback(); } return false; } }