@Override
 public boolean isExist(long articleId, long newsTaskId) {
   return baseDao.isExistByArticleIdAndNewsTaskId(articleId, newsTaskId);
 }