|
|
@@ -83,7 +83,7 @@
|
|
|
and t.status_cd = '0'
|
|
|
and t.detail_id = '-1'
|
|
|
and t.community_id= #{communityId}
|
|
|
- and t.cur_month_time > #{startDate}
|
|
|
+ and t.cur_month_time >= #{startDate}
|
|
|
and t.cur_month_time < #{endDate}
|
|
|
</select>
|
|
|
|
|
|
@@ -125,7 +125,7 @@
|
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
|
and t.community_id= #{communityId}
|
|
|
- and t.cur_month_time > #{startDate}
|
|
|
+ and t.cur_month_time >= #{startDate}
|
|
|
and t.cur_month_time < #{endDate}
|
|
|
</select>
|
|
|
|
|
|
@@ -696,7 +696,7 @@
|
|
|
where t.obj_id = a.obj_id
|
|
|
and t.status_cd = '0'
|
|
|
and t.community_id= a.community_id
|
|
|
- and t.cur_month_time > #{startDate}
|
|
|
+ and t.cur_month_time >= #{startDate}
|
|
|
and t.cur_month_time < #{endDate}
|
|
|
) curOweFee,
|
|
|
(
|