id,user_id,plan_id,
dt,status
delete from sta_dev_ops_task_claim_info
where id = #{id,jdbcType=BIGINT}
insert into sta_dev_ops_task_claim_info
( id,user_id,plan_id
,dt,status)
values (#{id,jdbcType=BIGINT},#{userId,jdbcType=BIGINT},#{planId,jdbcType=BIGINT}
,#{dt,jdbcType=TIMESTAMP},#{status,jdbcType=TINYINT})
insert into sta_dev_ops_task_claim_info
id,user_id,plan_id,dt,status,#{id,jdbcType=BIGINT},#{userId,jdbcType=BIGINT},#{planId,jdbcType=BIGINT},#{dt,jdbcType=TIMESTAMP},#{status,jdbcType=TINYINT},
update sta_dev_ops_task_claim_info
user_id = #{userId,jdbcType=BIGINT},
plan_id = #{planId,jdbcType=BIGINT},
dt = #{dt,jdbcType=TIMESTAMP},
status = #{status,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update sta_dev_ops_task_claim_info
set
user_id = #{userId,jdbcType=BIGINT},
plan_id = #{planId,jdbcType=BIGINT},
dt = #{dt,jdbcType=TIMESTAMP},
status = #{status,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}