buhuazhen
2026-05-22 6f4dc6cf80d8092feb993f402dc2dafd05cfa3a1
src/main/resources/mapper/approve/KnowledgeBaseFileMapper.xml
@@ -18,7 +18,7 @@
    <select id="knowledgeBaseFileListPage" resultType="com.ruoyi.approve.pojo.KnowledgeBaseFile">
        SELECT
        *
        FROM account_file
        FROM knowledge_base_file
        where
        <if test="accountFile.knowledgeBaseId != null and accountFile.knowledgeBaseId != ''">
            AND knowledge_base_id = #{accountFile.knowledgeBaseId}