From dd6687b118561100e1677e88a9c2f5842a54c531 Mon Sep 17 00:00:00 2001
From: jialh <1972868360@qq.com>
Date: 星期四, 16 四月 2026 18:14:14 +0800
Subject: [PATCH] 水电话费

---
 service-store/src/main/java/com/java110/store/dao/impl/ContractServiceDaoImpl.java |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/service-store/src/main/java/com/java110/store/dao/impl/ContractServiceDaoImpl.java b/service-store/src/main/java/com/java110/store/dao/impl/ContractServiceDaoImpl.java
index 970f9d2..b20ac1b 100755
--- a/service-store/src/main/java/com/java110/store/dao/impl/ContractServiceDaoImpl.java
+++ b/service-store/src/main/java/com/java110/store/dao/impl/ContractServiceDaoImpl.java
@@ -77,6 +77,53 @@
         }
     }
 
+    // ===================== 鏂板锛氬箍鍛婁俊鎭� 淇濆瓨鎴栨洿鏂� =====================
+    @Override
+    public void saveOrUpdateAdContractInfo(Map info) throws DAOException {
+        logger.debug("淇濆瓨鎴栨洿鏂板箍鍛婁俊鎭� 鍏ュ弬 info : {}", info);
+
+        int saveFlag = sqlSessionTemplate.insert("contractServiceDaoImpl.saveOrUpdateAdContractInfo", info);
+
+        if (saveFlag < 1) {
+            throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "淇濆瓨鎴栨洿鏂板箍鍛婁俊鎭け璐ワ細" + JSONObject.toJSONString(info));
+        }
+    }
+
+    // ===================== 鏂板锛氬悎鍚岄噾棰濇槑缁� 淇濆瓨鎴栨洿鏂� =====================
+    @Override
+    public void saveOrUpdateContractAmountDetail(Map info) throws DAOException {
+        logger.debug("淇濆瓨鎴栨洿鏂板悎鍚岄噾棰濇槑缁� 鍏ュ弬 info : {}", info);
+
+        int saveFlag = sqlSessionTemplate.insert("contractServiceDaoImpl.saveOrUpdateContractAmountDetail", info);
+
+        if (saveFlag < 1) {
+            throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "淇濆瓨鎴栨洿鏂板悎鍚岄噾棰濇槑缁嗗け璐ワ細" + JSONObject.toJSONString(info));
+        }
+    }
+
+    // ===================== 鏂板锛氬悎鍚岀鐞嗗垎鎴� 淇濆瓨鎴栨洿鏂� =====================
+    @Override
+    public void saveOrUpdateContractManagementShare(Map info) throws DAOException {
+        logger.debug("淇濆瓨鎴栨洿鏂板悎鍚岀鐞嗗垎鎴� 鍏ュ弬 info : {}", info);
+
+        int saveFlag = sqlSessionTemplate.insert("contractServiceDaoImpl.saveOrUpdateContractManagementShare", info);
+
+        if (saveFlag < 1) {
+            throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "淇濆瓨鎴栨洿鏂板悎鍚岀鐞嗗垎鎴愬け璐ワ細" + JSONObject.toJSONString(info));
+        }
+    }
+
+    // ===================== 鏂板锛氬悎鍚岀即璐圭姸鎬� 淇濆瓨鎴栨洿鏂� =====================
+    @Override
+    public void saveOrUpdateContractPaymentStatus(Map info) throws DAOException {
+        logger.debug("淇濆瓨鎴栨洿鏂板悎鍚岀即璐圭姸鎬� 鍏ュ弬 info : {}", info);
+
+        int saveFlag = sqlSessionTemplate.insert("contractServiceDaoImpl.saveOrUpdateContractPaymentStatus", info);
+
+        if (saveFlag < 1) {
+            throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "淇濆瓨鎴栨洿鏂板悎鍚岀即璐圭姸鎬佸け璐ワ細" + JSONObject.toJSONString(info));
+        }
+    }
      /**
      * 鏌ヨ鍚堝悓绠$悊鏁伴噺
      * @param info 鍚堝悓绠$悊淇℃伅

--
Gitblit v1.8.0