1098226878
2021-09-13 b72b6223a8ca45b9328eec97cb25e83740f1cb4f
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>