field_code, interval_days, start_time, startup_state, config_unique_id,create_time, update_time
insert into auto_analysis_config_detail
field_code,
interval_days,
start_time,
startup_state,
config_unique_id,
#{fieldCode,jdbcType=VARCHAR},
#{intervalDays,jdbcType=INTEGER},
#{startTime,jdbcType=TIMESTAMP},
#{startupState,jdbcType=BIT},
#{configUniqueId,jdbcType=VARCHAR},
update auto_analysis_config_detail
interval_days = #{intervalDays,jdbcType=INTEGER},
start_time = #{startTime,jdbcType=TIMESTAMP},
startup_state = #{startupState,jdbcType=BIT},
where config_unique_id = #{configUniqueId,jdbcType=VARCHAR}