java110 2 år sedan
förälder
incheckning
bb3ae6bed7

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

@@ -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 &gt; #{startDate}
+        and t.cur_month_time &gt;= #{startDate}
         and t.cur_month_time &lt; #{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 &gt; #{startDate}
+        and t.cur_month_time &gt;= #{startDate}
         and t.cur_month_time &lt; #{endDate}
         ) curOweFee,
         (