From b913318ea98335a3980769f6847bbf14c57c746c Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 22 二月 2024 14:11:21 +0800
Subject: [PATCH] 优化报表
---
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
index a534fbf..0395d0f 100644
--- a/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -832,8 +832,7 @@
from pay_fee_detail_month t
INNER JOIN pay_fee pf on t.fee_id = pf.fee_id and pf.status_cd = '0'
inner join pay_fee_config pfc1 on pfc1.config_id = t.config_id and pfc1.status_cd = '0'
- where t.obj_id = a.obj_id
- and t.status_cd = '0'
+ where t.status_cd = '0'
and t.detail_id = '-1'
and t.community_id= a.community_id
and t.obj_id = a.obj_id
--
Gitblit v1.8.0