id, plan_id, `operator`, operate_type, operate_time
delete from ir_plan_operate
where id = #{id,jdbcType=BIGINT}
insert into ir_plan_operate (id, plan_id, `operator`,
operate_type, operate_time)
values (#{id,jdbcType=BIGINT}, #{planId,jdbcType=BIGINT}, #{operator,jdbcType=BIGINT},
#{operateType,jdbcType=TINYINT}, #{operateTime,jdbcType=TIMESTAMP})
insert into ir_plan_operate
id,
plan_id,
`operator`,
operate_type,
operate_time,
#{id,jdbcType=BIGINT},
#{planId,jdbcType=BIGINT},
#{operator,jdbcType=BIGINT},
#{operateType,jdbcType=TINYINT},
#{operateTime,jdbcType=TIMESTAMP},
update ir_plan_operate
plan_id = #{planId,jdbcType=BIGINT},
`operator` = #{operator,jdbcType=BIGINT},
operate_type = #{operateType,jdbcType=TINYINT},
operate_time = #{operateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update ir_plan_operate
set plan_id = #{planId,jdbcType=BIGINT},
`operator` = #{operator,jdbcType=BIGINT},
operate_type = #{operateType,jdbcType=TINYINT},
operate_time = #{operateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}