java110
2022-03-12 db689e5e2cb730b2cf08796fa224084f00758a71
java110-db/src/main/resources/mapper/fee/PayFeeAuditServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -28,7 +28,7 @@
        where 1=1
        and pfd.community_id = #{communityId}
        and  pfd.status_cd = '0'
        and pfd.state is null
        and pfd.state = '1400'
        <if test="roomId !=null and roomId != ''">
            and pf.payer_obj_id = #{roomId}
            and pf.payer_obj_type = '3333'
@@ -43,9 +43,11 @@
        <if test="payerObjType !=null and payerObjType != ''">
            and pf.payer_obj_type = #{payerObjType}
        </if>
        <if test="state !=null and state != ''">
            and (pfa.state is null
            or pfa.state = #{state})
        <if test="state !=null and state != '1010'">
            and  pfa.state = #{state}
        </if>
        <if test="state !=null and state == '1010'">
            and pfa.state is null
        </if>
        ORDER BY pfd.create_time desc
        <if test="page != -1 and page != null ">
@@ -96,14 +98,9 @@
        inner join pay_fee_config pfc on pf.config_id = pfc.config_id and pf.community_id = pfc.community_id and pfc.status_cd = '0'
        left join pay_fee_audit pfa on pf.fee_id = pfa.fee_id and pfd.detail_id = pfa.fee_detail_id and pfa.status_cd = '0'
        where 1=1
        from pay_fee_detail pfd
        INNER JOIN pay_fee pf on pf.fee_id = pfd.fee_id and pf.community_id = pfd.community_id and pf.status_cd = '0'
        inner join pay_fee_config pfc on pf.config_id = pfc.config_id and pf.community_id = pfc.community_id and pfc.status_cd = '0'
        left join pay_fee_audit pfa on pf.fee_id = pfa.fee_id and pfd.detail_id = pfa.fee_detail_id and pfa.status_cd = '0'
        where 1=1
        and pfd.community_id = #{communityId}
        and  pfd.status_cd = '0'
        and pfd.state is null
        and pfd.state = '1400'
        <if test="roomId !=null and roomId != ''">
            and pf.payer_obj_id = #{roomId}
            and pf.payer_obj_type = '3333'
@@ -118,9 +115,11 @@
        <if test="payerObjType !=null and payerObjType != ''">
            and pf.payer_obj_type = #{payerObjType}
        </if>
        <if test="state !=null and state != ''">
            and (pfa.state is null
            or pfa.state = #{state})
        <if test="state !=null and state != '1010'">
            and  pfa.state = #{state}
        </if>
        <if test="state !=null and state == '1010'">
            and pfa.state is null
        </if>