maven
5 天以前 f752dd141b632d2f7243c2fd750f0b54ff19dba6
src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml
@@ -16,6 +16,9 @@
            <if test="ew.status != null">
                and n.status = #{ew.status}
            </if>
            <if test="ew.expiration_date != null ">
                and n.expiration_date >=  DATE_FORMAT(#{ew.expiration_date},'%Y-%m-%d')
            </if>
        </where>
    </select>
</mapper>