@Override
 public int updateBatch(Delivery record, DeliveryBean params) {
   return deliveryDao.updateBatch(record, params);
 }