@Override
 public void clearAdgroupData(Long accountId, List<Long> adgroupIds) {
   systemUserDAO.clearAdgroupData(accountId, adgroupIds);
 }