id, customId, companyNum, etcNum, fee, calTime, invoiceMkTime, companyReferencenum, companyName, companyLongName insert into t_SelfCalculateInfor ( customId, companyNum, etcNum, fee, calTime,invoiceMkTime,companyReferencenum,companyName,companyLongName ) values ( #{customId,jdbcType=VARCHAR}, #{companyNum,jdbcType=VARCHAR}, #{etcNum,jdbcType=VARCHAR}, #{fee,jdbcType=DOUBLE},#{calTime,jdbcType=VARCHAR},#{invoiceMkTime,jdbcType=VARCHAR},#{companyReferencenum,jdbcType=VARCHAR},#{companyName,jdbcType=VARCHAR},#{companyLongName,jdbcType=VARCHAR} )