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