From 086af9a242c7c14e9214ed5fabc4d5dfed1fa577 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期二, 05 一月 2021 08:13:07 +0800
Subject: [PATCH] 1.新增查询优惠、减免、滞纳金、空置房打折、空置房减免总金额sql语句2、新添加优惠、减免、滞纳金、空置房打折、空置房减免金额以及对应的大计、小计
---
service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java b/service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java
index 65e8c0b..6bdac4d 100644
--- a/service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java
+++ b/service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java
@@ -337,6 +337,12 @@
return businessReportFeeMonthStatisticsInfos;
}
+ @Override
+ public List<Map> queryPayFeeDetailSum(Map info) {
+ List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryPayFeeDetailSum", info);
+ return businessReportFeeMonthStatisticsInfos;
+ }
+
/**
* 鏌ヨ璐圭敤閰嶇疆淇℃伅锛坕nstance锛�
*
--
Gitblit v1.8.0