java110 hace 2 años
padre
commit
bb3ae6bed7

+ 3 - 3
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml

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