Bläddra i källkod

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

Signed-off-by: java110 <928255095@qq.com>
java110 9 månader sedan
förälder
incheckning
c85f855bd9

+ 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 != ''">