java110 3 년 전
부모
커밋
bb3ae6bed7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml

+ 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,
         (
         (