From 48c9414db4b7c44a43524115570796025d38a653 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 17 一月 2022 16:37:34 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/user/InitializeOwnerServiceDaoImplMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/InitializeOwnerServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/InitializeOwnerServiceDaoImplMapper.xml
index daed3d7..64b244e 100644
--- a/java110-db/src/main/resources/mapper/user/InitializeOwnerServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/InitializeOwnerServiceDaoImplMapper.xml
@@ -6,7 +6,7 @@
<!-- 鍒濆鍖栨暟鎹� add by wuxw 2018-07-03 -->
<delete id="deleteBuildingOwner" parameterType="Map">
- 銆�delete from building_owner t where 1=1
- and t.community_id = #{communityId}
+ delete from building_owner where 1=1
+ and community_id = #{communityId}
</delete>
</mapper>
--
Gitblit v1.8.0