java110
2023-05-30 0b3ff378a9faaf9d7a4831b7f0de67378fe0dfea
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -852,7 +852,7 @@
        select ifnull(sum(t.pay_charge),0.0) tempCarFee
        from car_inout_payment t
        where 1=1
        and ac.part_id= #{communityId}
        and t.community_id = #{communityId}
        and t.create_time > #{startDate}
        and t.create_time < #{endDate}
        and t.status_cd = '0'