@Override
 public void deleteByEncryption(String id) {
   TShopImage shopImage = shopImageDao.findByEncryption(id);
   shopImageDao.delete(shopImage);
 }