xuguoyang há 2 meses atrás
pai
commit
fc9812e495
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      routers/api/dataFilling/__init__.py

+ 1 - 1
routers/api/dataFilling/__init__.py

@@ -715,7 +715,7 @@ def has_matching_column_comments(
 
 
 @router.post("/reports_by_creator")
-@router.get("/reports_by_creator")
+#@router.get("/reports_by_creator")
 async def get_reports_by_creator(
     field_comment: Optional[str] = Query(None, description="Optional comment of the field to match"),
     page: int = Query(default=1, gt=0),  # 分页参数:当前页码,默认为1