|
@@ -73,7 +73,7 @@
|
|
|
<if test=' this.has("send") '> and send = #{send} </if>
|
|
|
<if test=' this.has("sendTime") '> and send_time = #{sendTime} </if>
|
|
|
<if test=' this.has("levelTwoOrderId") '> and level_two_order_id = #{levelTwoOrderId} </if>
|
|
|
- <if test=' this.has("createTime") '> and create_time = #{createTime} </if>
|
|
|
+ <if test="dateBegin != null and dateBegin != ''"> AND create_time BETWEEN #{dateBegin} AND #{dateEnd} + INTERVAL 1 DAY</if>
|
|
|
<if test=' this.has("createBy") '> and create_by = #{createBy} </if>
|
|
|
<if test=' this.has("createName") '> and create_name = #{createName} </if>
|
|
|
<if test=' this.has("updateTime") '> and update_time = #{updateTime} </if>
|