From 6bf8b48e9d689ab90864bc2ee0e6ebeae3a4c1fa Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期四, 04 八月 2022 10:06:47 +0800
Subject: [PATCH] 1.优化报表缴费明细统计问题2、优化调查问卷投票问题3、优化投诉咨询问题3、优化业主新增用户联系地址4、增加定时任务根据身份证号自动更新年龄5、优化缴费清单
---
service-fee/src/main/java/com/java110/fee/listener/config/AbstractFeeConfigBusinessServiceDataFlowListener.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/service-fee/src/main/java/com/java110/fee/listener/config/AbstractFeeConfigBusinessServiceDataFlowListener.java b/service-fee/src/main/java/com/java110/fee/listener/config/AbstractFeeConfigBusinessServiceDataFlowListener.java
index eba1a98..5155b9d 100755
--- a/service-fee/src/main/java/com/java110/fee/listener/config/AbstractFeeConfigBusinessServiceDataFlowListener.java
+++ b/service-fee/src/main/java/com/java110/fee/listener/config/AbstractFeeConfigBusinessServiceDataFlowListener.java
@@ -53,6 +53,7 @@
businessFeeConfigInfo.put("paymentCd", businessFeeConfigInfo.get("payment_cd"));
businessFeeConfigInfo.put("paymentCycle", businessFeeConfigInfo.get("payment_cycle"));
businessFeeConfigInfo.put("billType", businessFeeConfigInfo.get("bill_type"));
+ businessFeeConfigInfo.put("deductFrom", businessFeeConfigInfo.get("deduct_from"));
businessFeeConfigInfo.remove("bId");
businessFeeConfigInfo.put("statusCd", statusCd);
}
@@ -93,6 +94,7 @@
currentFeeConfigInfo.put("paymentCd", currentFeeConfigInfo.get("payment_cd"));
currentFeeConfigInfo.put("paymentCycle", currentFeeConfigInfo.get("payment_cycle"));
currentFeeConfigInfo.put("billType", currentFeeConfigInfo.get("bill_type"));
+ currentFeeConfigInfo.put("deductFrom", currentFeeConfigInfo.get("deduct_from"));
currentFeeConfigInfo.put("operate", StatusConstant.OPERATE_DEL);
--
Gitblit v1.8.0