From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/community/RoomAttrServiceDaoImplMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/community/RoomAttrServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomAttrServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index b088907..2d8ad12
--- a/java110-db/src/main/resources/mapper/community/RoomAttrServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomAttrServiceDaoImplMapper.xml
@@ -14,6 +14,14 @@
     </insert>
 
 
+    <insert id="saveRoomAttr" parameterType="Map">
+        insert into building_room_attr(
+        attr_id,spec_cd,b_id,value,room_id
+        ) values (
+        #{attrId},#{specCd},'-1',#{value},#{roomId}
+        )
+    </insert>
+
     <!-- 鏌ヨ灏忓尯鎴垮眿灞炴�т俊鎭紙Business锛� add by wuxw 2018-07-03 -->
     <select id="getBusinessRoomAttrInfo" parameterType="Map" resultType="Map">
         select t.attr_id,t.attr_id attrId,t.operate,t.spec_cd,t.spec_cd specCd,t.b_id,t.b_id

--
Gitblit v1.8.0