UPDATE lmk_video_comment SET thumbs_up_num = CASE id WHEN #{comment.id} THEN #{comment.countNum} ELSE thumbs_up_num END WHERE id IN #{comment.id}