From 3b0ddfa0b1c3490fbbf421a84e0431a60fb58387 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 01 四月 2021 12:25:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/xinghong-dev'
---
service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java b/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
index 0d8ec00..001533f 100644
--- a/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
+++ b/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
@@ -489,24 +489,5 @@
return businessCommunityInfos;
}
- @Override
- public int saveCommunity(Map info) {
- logger.debug("淇濆瓨灏忓尯淇℃伅 鍏ュ弬 info : {}", info);
- int saveFlag = sqlSessionTemplate.insert("communityServiceDaoImpl.saveCommunity", info);
- if (saveFlag < 1) {
- throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "淇濆瓨灏忓尯淇℃伅Instance鏁版嵁澶辫触锛�" + JSONObject.toJSONString(info));
- }
- return saveFlag;
- }
-
- @Override
- public int updateCommunity(Map info) {
- logger.debug("淇敼灏忓尯淇℃伅 鍏ュ弬 info : {}", info);
- int saveFlag = sqlSessionTemplate.update("communityServiceDaoImpl.updateCommunityInfoInstance", info);
- if (saveFlag < 1) {
- throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "淇敼灏忓尯淇℃伅Instance鏁版嵁澶辫触锛�" + JSONObject.toJSONString(info));
- }
- return saveFlag;
- }
}
--
Gitblit v1.8.0