|
|
@@ -300,7 +300,7 @@
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test = "pStart != null" >
|
|
|
- and u.create_time <![CDATA[ > ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
+ and u.create_time <![CDATA[ >= ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test = "pEnd != null">
|
|
|
and u.create_time <![CDATA[ < ]]> #{pEnd,jdbcType=TIMESTAMP}
|
|
|
@@ -335,7 +335,7 @@
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test = "pStart != null" >
|
|
|
- and u.create_time <![CDATA[ > ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
+ and u.create_time <![CDATA[ >= ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test = "pEnd != null">
|
|
|
and u.create_time <![CDATA[ < ]]> #{pEnd,jdbcType=TIMESTAMP}
|
|
|
@@ -502,7 +502,7 @@
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test = "pStart != null" >
|
|
|
- and u.create_time <![CDATA[ > ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
+ and u.create_time <![CDATA[ >= ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test = "pEnd != null">
|
|
|
and u.create_time <![CDATA[ < ]]> #{pEnd,jdbcType=TIMESTAMP}
|
|
|
@@ -549,7 +549,7 @@
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test = "pStart != null" >
|
|
|
- and u.create_time <![CDATA[ > ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
+ and u.create_time <![CDATA[ >= ]]> #{pStart,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test = "pEnd != null">
|
|
|
and u.create_time <![CDATA[ < ]]> #{pEnd,jdbcType=TIMESTAMP}
|