maven
4 天以前 e0f2b2a83684fba1b15e90226f5ae78c9680165f
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>