|
|
@@ -1477,10 +1477,10 @@
|
|
|
and t.community_id= #{communityId}
|
|
|
</if>
|
|
|
<if test="startTime !=null and startTime != ''">
|
|
|
- and t.create_time >= #{startTime}
|
|
|
+ and t.end_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null and endTime != ''">
|
|
|
- and t.create_time <= #{endTime}
|
|
|
+ and t.end_time <= #{endTime}
|
|
|
</if>
|
|
|
and t.amount_owed != 0 and pf.end_time < now()
|
|
|
group by t.payer_obj_name ,t.fee_name ,pf.end_time ,t.create_time
|
|
|
@@ -1535,10 +1535,10 @@
|
|
|
and t.community_id= #{communityId}
|
|
|
</if>
|
|
|
<if test="startTime !=null and startTime != ''">
|
|
|
- and t.create_time >= #{startTime}
|
|
|
+ and t.end_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null and endTime != ''">
|
|
|
- and t.create_time <= #{endTime}
|
|
|
+ and t.end_time <= #{endTime}
|
|
|
</if>
|
|
|
and t.amount_owed != 0 and pf.end_time < now()
|
|
|
group by t.payer_obj_name ,t.fee_name ,pf.end_time ,t.update_time, t.owner_name ,t.owner_tel ,br.built_up_area
|
|
|
@@ -1587,10 +1587,10 @@
|
|
|
and t.community_id= #{communityId}
|
|
|
</if>
|
|
|
<if test="startTime !=null and startTime != ''">
|
|
|
- and t.create_time >= #{startTime}
|
|
|
+ and t.end_time >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime !=null and endTime != ''">
|
|
|
- and t.create_time <= #{endTime}
|
|
|
+ and t.end_time <= #{endTime}
|
|
|
</if>
|
|
|
</select>
|
|
|
|