id, customId, companyNum, cardId, applId, invoiceCount, invoiceAmount, invoiceTaxAmount, applTime, voiceFlag insert into t_SelfCarAppl ( customId, companyNum, cardId, applId, invoiceCount, invoiceAmount, invoiceTaxAmount, applTime, voiceFlag ) values ( #{customId,jdbcType=VARCHAR}, #{companyNum,jdbcType=VARCHAR}, #{cardId,jdbcType=VARCHAR},#{applId,jdbcType=VARCHAR}, #{invoiceCount,jdbcType=INTEGER}, #{invoiceAmount,jdbcType=INTEGER},#{invoiceTaxAmount,jdbcType=INTEGER}, #{applTime,jdbcType=VARCHAR}, #{voiceFlag,jdbcType=INTEGER} )