java110
2022-03-12 db689e5e2cb730b2cf08796fa224084f00758a71
java110-db/src/main/resources/mapper/fee/PayFeeDetailDiscountServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -100,8 +100,10 @@
        select t.create_time,t.create_time createTime,t.detail_discount_id,t.detail_discount_id
        detailDiscountId,t.discount_price,t.discount_price discountPrice,t.detail_id,t.detail_id
        detailId,t.status_cd,t.status_cd statusCd,t.remark,t.b_id,t.b_id bId,t.community_id,t.community_id
        communityId,t.discount_id,t.discount_id discountId,t.fee_id,t.fee_id feeId
        communityId,t.discount_id,t.discount_id discountId,t.fee_id,t.fee_id feeId,fd.discount_name discountName,
        fd.discount_type discountType
        from pay_fee_detail_discount t
        left join fee_discount fd on t.discount_id = fd.discount_id and t.community_id = fd.community_id and fd.status_cd = '0'
        where 1 =1
        <if test="createTime !=null and createTime != ''">
            and t.create_time= #{createTime}