Преглед на файлове

优化缴费明细按房屋查询bug

Signed-off-by: java110 <928255095@qq.com>
java110 преди 9 месеца
родител
ревизия
c85f855bd9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      java110-db/src/main/resources/mapper/report/ReportFeeMonthStatisticsServiceDaoImplMapper.xml

+ 1 - 0
java110-db/src/main/resources/mapper/report/ReportFeeMonthStatisticsServiceDaoImplMapper.xml

@@ -1605,6 +1605,7 @@
         <if test="ownerId != null and ownerId != ''">
             left join pay_fee_attrs pfa1 on t.fee_id = pfa1.fee_id and pfa1.spec_cd = '390007'
         </if>
+        left join pay_fee_attrs pfa3 on t.fee_id = pfa3.fee_id and pfa3.spec_cd = '390012'
         where t.status_cd = '0'
         and pf.status_cd = '0' and t.state != '1500'
         <if test="detailId !=null and detailId != ''">