@Override
 public LogisticsPrintInfo queryLogisticsPrintInfoByNameAndCustomerId(
     DeliveryInfo.DeliveryType name, int customerId) {
   return logisticsPrintInfoRepository.queryLogisticsPrintInfoByNameAndCustomerId(
       name, customerId);
 }