order(['sort' => 'asc', $this->getPk() => 'desc'])->select(); } /** * 帮助详情 * @param $help_id * @return null|static * @throws \think\exception\DbException */ public static function detail($help_id) { return self::get($help_id); } }