|
@@ -144,13 +144,10 @@
|
|
|
and t.fee_id= #{feeId}
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="startTime !=null ">
|
|
<if test="startTime !=null ">
|
|
|
- and t.start_time = #{startTime}
|
|
|
|
|
|
|
+ and t.create_time >= #{startTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="endTime !=null ">
|
|
<if test="endTime !=null ">
|
|
|
- and t.end_time = #{endTime}
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="createTime !=null ">
|
|
|
|
|
- and t.create_time = #{createTime}
|
|
|
|
|
|
|
+ and t.create_time <= #{endTime}
|
|
|
</if>
|
|
</if>
|
|
|
order by t.create_time desc
|
|
order by t.create_time desc
|
|
|
<if test="page != -1 and page != null ">
|
|
<if test="page != -1 and page != null ">
|