InitializePayFeeServiceDaoImplMapper.xml 424 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="initializePayFeeServiceDaoImpl">
  6. <!-- 初始化数据 add by wuxw 2018-07-03 -->
  7. <delete id="deletePayFee" parameterType="Map">
  8. delete from pay_fee where 1=1
  9. and community_id = #{communityId}
  10. </delete>
  11. </mapper>