java110
2021-08-26 cdd0abecb96bb1b6dfa32e8a9cbb406ce3b4ed7d
java110-db/src/main/resources/mapper/fee/InitializePayFeeServiceDaoImplMapper.xml
@@ -5,8 +5,7 @@
<mapper namespace="initializePayFeeServiceDaoImpl">
    <!-- 初始化数据 add by wuxw 2018-07-03 -->
    <delete id="deletePayFee" parameterType="Map">
         delete from pay_fee t where 1=1
        and t.community_id = #{communityId}
        delete from pay_fee  where 1=1
        and community_id = #{communityId}
    </delete>
</mapper>