UPDATE comment_reply SET delete_flag = 1, updated_time = NOW() WHERE delete_flag = 0 AND comment_id = #{commentId}