@Override
 @Transactional(readOnly = true)
 public List search() throws InterruptedException {
   return shopDao.search();
 }