|
|
@@ -661,13 +661,13 @@
|
|
|
and d.release_status = #{releaseStatus,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="vStart != null">
|
|
|
- and d.validity_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
|
|
|
+ and d.validity_veriod <![CDATA[ >= ]]> #{vStart,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test="vEnd != null">
|
|
|
and d.validity_veriod <![CDATA[ < ]]> #{vEnd,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test="rStart != null">
|
|
|
- and d.release_date <![CDATA[ > ]]> #{rStart,jdbcType=TIMESTAMP}
|
|
|
+ and d.release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test="rEnd != null">
|
|
|
and d.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
|