id, inspector_id, start_time, stop_time
delete from ope_inspect
where id = #{id,jdbcType=BIGINT}
insert into ope_inspect (id, inspector_id, start_time,
stop_time)
values (#{id,jdbcType=BIGINT}, #{inspectorId,jdbcType=BIGINT}, #{startTime,jdbcType=TIMESTAMP},
#{stopTime,jdbcType=TIMESTAMP})
insert into ope_inspect
id,
inspector_id,
start_time,
stop_time,
#{id,jdbcType=BIGINT},
#{inspectorId,jdbcType=BIGINT},
#{startTime,jdbcType=TIMESTAMP},
#{stopTime,jdbcType=TIMESTAMP},
update ope_inspect
inspector_id = #{inspectorId,jdbcType=BIGINT},
start_time = #{startTime,jdbcType=TIMESTAMP},
stop_time = #{stopTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update ope_inspect
set inspector_id = #{inspectorId,jdbcType=BIGINT},
start_time = #{startTime,jdbcType=TIMESTAMP},
stop_time = #{stopTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}