wuxw
2022-05-10 ba5210dc8c6c537cacc59c18d58baa9744cd2b9d
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>