id,user_id,plan_id, dt,status delete from pr_dev_ops_task_claim_info where id = #{id,jdbcType=BIGINT} insert into pr_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 pr_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 pr_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 pr_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} update pr_dev_ops_task_claim_info set deleted = 1 where id = #{id}