user_id = $user_id; $row->content = $content; $row->ip = MyLib::getIP(); if(!$row->save()) throw new \Exception('添加操作记录失败'); } }