insert into pay_pay_transactiondetails ( site_id, customer_id, create_date, create_by, update_date, update_by, remarks, del_flag, name, accountnumber, accountname, account_id, metercode, meter_id, canceledrecord_id, canceltime, cancelperson, received_id, payseriesno, office_id, transamount, transtime, transtype, invoice_id, iscanceled, payway, remaining, lastrecreamaing, state, year, month, transtypeLabel, paywayLabel ) values( #{siteId}, #{customerId}, #{createDate}, #{createBy}, #{updateDate}, #{updateBy}, #{remarks}, #{delFlag}, #{name}, #{accountnumber}, #{accountname}, #{accountId}, #{metercode}, #{meterId}, #{canceledrecordId}, #{canceltime}, #{cancelperson}, #{receivedId}, #{payseriesno}, #{officeId}, #{transamount}, #{transtime}, #{transtype}, #{invoiceId}, #{iscanceled}, #{payway}, #{remaining}, #{lastrecreamaing}, #{state}, #{year}, #{month}, #{transtypeLabel}, #{paywayLabel} ) insert into pay_pay_transactiondetails ( site_id, customer_id, create_date, create_by, update_date, update_by, remarks, del_flag, name, accountnumber, accountname, account_id, metercode, meter_id, canceledrecord_id, canceltime, cancelperson, received_id, payseriesno, office_id, transamount, transtime, transtype, invoice_id, iscanceled, payway, remaining, lastrecreamaing, state, year, month, transtypeLabel, paywayLabel ) values ( #{item.siteId}, #{item.customerId}, #{item.createDate}, #{item.createBy}, #{item.updateDate}, #{item.updateBy}, #{item.remarks}, #{item.delFlag}, #{item.name}, #{item.accountnumber}, #{item.accountname}, #{item.accountId}, #{item.metercode}, #{item.meterId}, #{item.canceledrecordId}, #{item.canceltime}, #{item.cancelperson}, #{item.receivedId}, #{item.payseriesno}, #{item.officeId}, #{item.transamount}, #{item.transtime}, #{item.transtype}, #{item.invoiceId}, #{item.iscanceled}, #{item.payway}, #{item.remaining}, #{item.lastrecreamaing}, #{item.state}, #{item.year}, #{item.month}, #{item.transtypeLabel}, #{item.paywayLabel} ) a.id as "id", a.site_id as "siteId", a.customer_id as "customerId", a.create_date as "createDate", a.create_by as "createBy", a.update_date as "updateDate", a.update_by as "updateBy", a.remarks as "remarks", a.del_flag as "delFlag", a.name as "name", a.accountnumber as "accountnumber", a.accountname as "accountname", a.account_id as "accountId", a.metercode as "metercode", a.meter_id as "meterId", a.canceledrecord_id as "canceledrecordId", a.canceltime as "canceltime", a.cancelperson as "cancelperson", a.received_id as "receivedId", a.payseriesno as "payseriesno", a.office_id as "officeId", a.transamount as "transamount", a.transtime as "transtime", a.transtype as "transtype", a.invoice_id as "invoiceId", a.iscanceled as "iscanceled", a.payway as "payway", a.remaining as "remaining", a.lastrecreamaing as "lastrecreamaing", a.state as "state", a.year as "year", a.month AS "month", a.transtypeLabel as "transtypeLabel", a.paywayLabel as "paywayLabel" update pay_pay_transactiondetails set iscanceled = #{iscanceled}, canceltime = #{canceltime}, cancelperson =#{cancelperson}, update_by = #{updateBy}, update_date= #{updateDate} where id= #{id} update pay_pay_transactiondetails set lastrecreamaing= #{lastrecreamaing} where payseriesno =#{payseriesno}