java110
2023-05-25 912be66f90203842102aec6417b9b2d266c9830c
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'