update tb_test_question
set question_num = question_num - #{step}
where type = #{openTestQuestion.type}
and grade = #{openTestQuestion.grade}
and subject = #{openTestQuestion.subject}
and version = #{openTestQuestion.version}
and unit = #{openTestQuestion.unit}
and question_num > #{openTestQuestion.questionNum}
and update_version > -1