wuxw
2024-02-26 17bfc74d3531f606034bd70ecc33ce97cb81e17f
java110-db/src/main/resources/mapper/fee/FeeDetailServiceDaoImplMapper.xml
@@ -353,13 +353,16 @@
    <insert id="saveFeeDetail" parameterType="Map">
        insert into
        pay_fee_detail(
        prime_rate,detail_id,receivable_amount,cycles,remark,received_amount,community_id,fee_id,state,start_time,end_time,payable_amount,cashier_name,cashier_id,open_invoice
        prime_rate,detail_id,receivable_amount,cycles,remark,received_amount,community_id,
        fee_id,state,start_time,end_time,payable_amount,cashier_name,cashier_id,open_invoice,
        acct_amount,discount_amount,deduction_amount,late_amount,gift_amount
        <if test="createTime != null and createTime != ''">
            ,create_time
        </if>
        )
        values(#{primeRate},#{detailId},#{receivableAmount},#{cycles},#{remark},#{receivedAmount},#{communityId},#{feeId},#{state},
        #{startTime},#{endTime},#{payableAmount},#{cashierName},#{cashierId},#{openInvoice}
        #{startTime},#{endTime},#{payableAmount},#{cashierName},#{cashierId},#{openInvoice},
        #{acctAmount},#{discountAmount},#{deductionAmount},#{lateAmount}#{giftAmount}
        <if test="createTime != null and createTime != ''">
            ,#{createTime}
        </if>