java110
2021-05-16 c17c4687562d61a5663510ae7fbd0ce7ce73873f
java110-db/src/main/resources/mapper/report/ReportOweFeeServiceDaoImplMapper.xml
@@ -85,7 +85,7 @@
    <!-- 修改欠费统计信息 add by wuxw 2018-07-03 -->
    <update id="updateReportOweFeeInfo" parameterType="Map">
        update report_owe_fee t set
        update report_owe_fee t
        <set>
            <if test="newBId != null and newBId != ''">
                t.b_id = #{newBId},
@@ -137,9 +137,7 @@
            </if>
        </set>
        where 1=1
        <if test="oweId !=null and oweId != ''">
            and t.owe_id= #{oweId}
        </if>
    </update>
@@ -208,7 +206,7 @@
    <!-- 查询欠费统计信息 add by wuxw 2018-07-03 -->
    <select id="queryReportAllOweFees" parameterType="Map" resultType="Map">
        select select t.config_name,t.config_name configName,t.deadline_time,t.deadline_time
         select t.config_name,t.config_name configName,t.deadline_time,t.deadline_time
        deadlineTime,t.owner_tel,t.owner_tel ownerTel,t.update_time,t.update_time updateTime,t.owe_id,t.owe_id
        oweId,t.owner_id,t.owner_id ownerId,t.fee_id,t.fee_id
        feeId,t.amount_owed,t.amount_owed amountOwed,t.payer_obj_name,t.payer_obj_name