diff --git a/app/Http/Controllers/Admin/OtherController.php b/app/Http/Controllers/Admin/OtherController.php index 37b4c43..5f417fe 100755 --- a/app/Http/Controllers/Admin/OtherController.php +++ b/app/Http/Controllers/Admin/OtherController.php @@ -20,7 +20,7 @@ class OtherController extends CommonController * @OA\Parameter(name="sort_type", in="query", @OA\Schema(type="string"), required=false, description="排序类型"), * @OA\Parameter(name="department_id", in="query", @OA\Schema(type="int"), required=false, description="部门id"), * @OA\Parameter(name="keyword", in="query", @OA\Schema(type="string"), required=false, description="关键词"), - * @OA\Parameter(name="show_all", in="query", @OA\Schema(type="string"), required=false, description="是否显示全部0否1是"), + * @OA\Parameter(name="show_all", in="query", @OA\Schema(type="string"), required=false, description="无 keyword 时必须传 1,否则列表恒为空(where id=-1);有 keyword 时忽略"), * @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"), * @OA\Response( * response="200", diff --git a/public/admin/index.html b/public/admin/index.html index ba72a02..3d1a9d7 100644 --- a/public/admin/index.html +++ b/public/admin/index.html @@ -1,3 +1,3 @@