From b164a7c89c9e9e42fd84e72067bf09ee7394ae64 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 18 九月 2021 12:50:53 +0800
Subject: [PATCH] 优化代码
---
service-community/src/main/java/com/java110/community/listener/community/AbstractCommunityBusinessServiceDataFlowListener.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/service-community/src/main/java/com/java110/community/listener/community/AbstractCommunityBusinessServiceDataFlowListener.java b/service-community/src/main/java/com/java110/community/listener/community/AbstractCommunityBusinessServiceDataFlowListener.java
index bfb169c..367082f 100755
--- a/service-community/src/main/java/com/java110/community/listener/community/AbstractCommunityBusinessServiceDataFlowListener.java
+++ b/service-community/src/main/java/com/java110/community/listener/community/AbstractCommunityBusinessServiceDataFlowListener.java
@@ -46,6 +46,8 @@
businessCommunityInfo.put("state", businessCommunityInfo.get("state"));
businessCommunityInfo.put("communityArea", businessCommunityInfo.get("community_area"));
businessCommunityInfo.put("tel", businessCommunityInfo.get("tel"));
+ businessCommunityInfo.put("payFeeMonth", businessCommunityInfo.get("pay_fee_month"));
+ businessCommunityInfo.put("feePrice", businessCommunityInfo.get("fee_price"));
businessCommunityInfo.put("statusCd", statusCd);
}
@@ -121,6 +123,8 @@
currentCommunityInfo.put("state", currentCommunityInfo.get("state"));
currentCommunityInfo.put("communityArea", currentCommunityInfo.get("community_area"));
currentCommunityInfo.put("tel", currentCommunityInfo.get("tel"));
+ currentCommunityInfo.put("payFeeMonth", currentCommunityInfo.get("pay_fee_month"));
+ currentCommunityInfo.put("feePrice", currentCommunityInfo.get("fee_price"));
currentCommunityInfo.put("operate", StatusConstant.OPERATE_DEL);
getCommunityServiceDaoImpl().saveBusinessCommunityInfo(currentCommunityInfo);
--
Gitblit v1.8.0