heheng
2025-11-19 735d0737c850cb4385d99fb18f485a5e6c7efbb4
multi-system/src/main/resources/mapper/system/InternalKnowledgeMapper.xml
@@ -6,6 +6,12 @@
        <if test="companyId!=null ">
            and company_id = #{companyId}
        </if>
        <if test="name!=null ">
            and name like concat('%',#{name},'%')
        </if>
        <if test="knowledgeType!=null ">
            and knowledge_type = #{knowledgeType}
        </if>
        ORDER BY create_time desc
    </select>
</mapper>