Merge remote-tracking branch 'refs/remotes/origin/dev' into dev_user0622
# Conflicts: # mhd-user-center/src/main/resources/bootstrap.yml
This commit is contained in:
@@ -69,6 +69,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="invoiceEndTime != null">
|
||||
and eo.INVOICE_DATE <![CDATA[ < ]]> DATEADD(DAY, 1, #{invoiceEndTime,jdbcType=DATE})
|
||||
</if>
|
||||
<if test="documentStartTime != null">
|
||||
and eo.DOCUMENT_DATE >= #{documentStartTime,jdbcType=DATE}
|
||||
</if>
|
||||
<if test="documentEndTime != null">
|
||||
and eo.DOCUMENT_DATE <![CDATA[ < ]]> DATEADD(DAY, 1, #{documentEndTime,jdbcType=DATE})
|
||||
</if>
|
||||
<!-- <if test="invoiceStartTime != null">-->
|
||||
<!-- and eo.INVOICE_DATE >= #{invoiceStartTime}-->
|
||||
<!-- </if>-->
|
||||
|
||||
Reference in New Issue
Block a user