@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="registrationDate != null "> and a.registration_date = #{registrationDate}</if>
<iftest="attachmentUrl != null and attachmentUrl != ''"> and a.attachment_url = #{attachmentUrl}</if>
<iftest="isDel != null and isDel != ''"> and a.is_del = #{isDel}</if>
<iftest="registrationBeginDate != null and registrationEndDate != null">and a.registration_date between #{registrationBeginDate} and #{registrationEndDate}</if>