|
|
@@ -778,10 +778,10 @@
|
|
|
and t.community_id= #{communityId}
|
|
|
</if>
|
|
|
<if test="startTime !=null">
|
|
|
- and t.create_time >= #{startTime}
|
|
|
+ and t.end_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null">
|
|
|
- and t.create_time <= #{endTime}
|
|
|
+ and t.end_time <= #{endTime}
|
|
|
</if>
|
|
|
) t
|
|
|
</select>
|
|
|
@@ -802,10 +802,10 @@
|
|
|
and t.community_id= #{communityId}
|
|
|
</if>
|
|
|
<if test="startTime !=null">
|
|
|
- and t.create_time >= #{startTime}
|
|
|
+ and t.end_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null">
|
|
|
- and t.create_time <= #{endTime}
|
|
|
+ and t.end_time <= #{endTime}
|
|
|
</if>
|
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|