maven
5 天以前 7c0847d0e317af494a9a3cb6e2b1984474910e7f
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.currentDate != null">
                and n.expiration_date >= DATE_FORMAT(#{ew.currentDate},'%Y-%m-%d')
            </if>
        </where>
    </select>
</mapper>