| | |
| | | transferred_company,transfer_date,address,year,month,bill_cycle,last_payment_date,package_fixed_fee, |
| | | extra_voice_fee,comprehensive_info_fee,other_fee,payable_amount,remark1,invoiced_amount,uninvoiced_amount, |
| | | late_fee,subtotal,affiliated_unit,payment_date,remark2,data_entry_person,data_entry_date, |
| | | financial_auditor,financial_audit_date |
| | | financial_auditor,financial_audit_date, fee_id |
| | | ) values ( |
| | | #{id},#{communityId},#{roomId},#{profitShareSerial},#{deviceNumber},#{payee},#{accountName},#{handler},#{isTransfer}, |
| | | #{transferredCompany},#{transferDate},#{address},#{year},#{month},#{billCycle},#{lastPaymentDate},#{packageFixedFee}, |
| | | #{extraVoiceFee},#{comprehensiveInfoFee},#{otherFee},#{payableAmount},#{remark1},#{invoicedAmount},#{uninvoicedAmount}, |
| | | #{lateFee},#{subtotal},#{affiliatedUnit},#{paymentDate},#{remark2},#{dataEntryPerson},#{dataEntryDate}, |
| | | #{financialAuditor},#{financialAuditDate} |
| | | #{financialAuditor},#{financialAuditDate}, #{feeId} |
| | | ) |
| | | </insert> |
| | | |