From 9feb0f92711c426ca024ec2000e3fac15eff120b Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 10 六月 2021 13:06:06 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

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

diff --git a/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index 1f2e278..edf8a6f
--- a/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
@@ -13,6 +13,14 @@
         )
     </insert>
 
+    <insert id="saveOwnerAttr" parameterType="Map">
+        insert into building_owner_attr(
+        attr_id,spec_cd,b_id,community_id,value,member_id
+        ) values (
+        #{attrId},#{specCd},'-1',#{communityId},#{value},#{memberId}
+        )
+    </insert>
+
 
     <!-- 鏌ヨ涓氫富灞炴�т俊鎭紙Business锛� add by wuxw 2018-07-03 -->
     <select id="getBusinessOwnerAttrInfo" parameterType="Map" resultType="Map">

--
Gitblit v1.8.0