java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
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>