maven
2025-09-02 4b57735b0b028d1abcbe2a8638a0626758fd1f93
src/main/resources/mapper/warehouse/DocumentationFileMapper.xml
@@ -10,5 +10,8 @@
        <if test="documentationFile.name != null and documentationFile.name != '' ">
            AND name = #{documentationFile.name}
        </if>
        <if test="documentationFile.documentationId != null">
            AND documentation_id = #{documentationFile.documentationId}
        </if>
    </select>
</mapper>