maven
3 小时以前 9c508cbb87a6f617ee8423027911b4b1a23d350f
Merge remote-tracking branch 'origin/hckx' into hckx
已修改1个文件
3 ■■■■■ 文件已修改
src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>