Your Name
2023-07-03 2b919980a8c70554a64cb3d03cc95679af4d817f
java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml
@@ -166,7 +166,7 @@
    </update>
    <!-- 删除离散数据 -->
    <update id="deletePayFeeDetailMonthInfo" parameterType="Map">
    <delete id="deletePayFeeDetailMonthInfo" parameterType="Map">
        delete from pay_fee_detail_month
        where 1=1
        and community_id= #{communityId}
@@ -179,7 +179,7 @@
        <if test="detailId !=null and detailId != ''">
            and detail_id= #{detailId}
        </if>
    </update>
    </delete>
    <!-- 查询月缴费表数量 add by wuxw 2018-07-03 -->
    <select id="queryPayFeeDetailMonthsCount" parameterType="Map" resultType="Map">
@@ -437,7 +437,7 @@
        <if test="payFeeTime !=null and payFeeTime != ''">
            and t.pay_fee_time= #{payFeeTime}
        </if>
        order by t.detail_year desc,t.detail_month
        order by t.detail_year,t.detail_month
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>