fix(knowledge): Fix the issue of ineffective pagination parameters in the image-based knowledge base#831
Merged
liuyunchao-1998 merged 1 commit intomainfrom Aug 20, 2025
Merged
Conversation
N3kox
reviewed
Aug 20, 2025
backend/domain/knowledge/internal/dal/dao/knowledge_document_slice.go
Outdated
Show resolved
Hide resolved
b5ee443 to
979721e
Compare
N3kox
approved these changes
Aug 20, 2025
lvgj-stack
pushed a commit
to dragonforce2010/coze-studio
that referenced
this pull request
Aug 21, 2025
… the image-based knowledge base (coze-dev#831)
futeng
pushed a commit
to futeng/coze-studio
that referenced
this pull request
Sep 7, 2025
… the image-based knowledge base (coze-dev#831)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Check the PR title.
(Optional) Translate the PR title into Chinese.
修复图片型知识库分页参数不生效的问题
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:When paginating the image-based knowledge base, the offset parameter does not take effect. And the field values of 'order by' are all the same, causing MySQL to randomly query
zh(optional): 图片型知识库分页时,offset参数未生效。且order by的字段值全部相同,导致mysql随机查询
(Optional) Which issue(s) this PR fixes: