findOrEmpty(); } //根据ID更新数据 public static function updateByID($id, $data) { return self::where('id', $id)->update($data); } }