yys
maven
2 天以前 1bfc94359788ad4fe84a6079a77c7b3116f9679b
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>