@Override
 public List<LogisticsPrintInfo> queryAllLogisticsPrintInfoByCustomerId(int customerId) {
   return logisticsPrintInfoRepository.queryAllLogisticsPrintInfoByCustomerId(customerId);
 }