java110
2023-03-29 0b04f664887c73e90bf684a4e69c0fdbfe26349d
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>