From ba5210dc8c6c537cacc59c18d58baa9744cd2b9d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 10 五月 2022 11:14:39 +0800
Subject: [PATCH] 优化报修单推送bug

---
 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