Go CLI: fix list dataset files by dataset name (#16341)

### What problem does this PR solve?

```
RAGFlow(api/default)> list dataset 'ccc' files;
Total: 1
```

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-06-25 13:41:58 +08:00
committed by GitHub
parent a6cc3023c5
commit 17b066e6ae
4 changed files with 62 additions and 12 deletions

View File

@@ -483,7 +483,6 @@ func (h *DocumentHandler) BatchUpdateDocumentStatus(c *gin.Context) {
}
// ListDocuments document list
func (h *DocumentHandler) ListDocuments(c *gin.Context) {
datasetID := c.Param("dataset_id")