예제 #1
0
 public void updateVideoOnDing(Video video) {
   video.setGoodCommentCount(video.getGoodCommentCount() + 1);
   videoDao.update(video);
 }