heheng
8 天以前 189849927e37278c8bc03202bd714aca7a0f8f7d
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>