insert into wind_exception_count
batch_code,
engine_code,
analysis_type_code,
err_count,
handle_err_count,
create_by,
update_by
#{batchCode,jdbcType=VARCHAR},
#{engineCode,jdbcType=VARCHAR},
#{analysisTypeCode,jdbcType=VARCHAR},
#{errCount,jdbcType=INTEGER},
#{handleErrCount,jdbcType=INTEGER},
#{createBy,jdbcType=INTEGER},
#{updateBy,jdbcType=INTEGER}
update wind_exception_count
err_count = #{errCount,jdbcType=INTEGER},
handle_err_count = #{handleErrCount,jdbcType=INTEGER},
is_delete = #{isDelete,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=INTEGER}
where id = #{id,jdbcType=BIGINT}