@Override
 public List<ErrLogRecord> getErrLogRecord(String etlDate) {
   return monitorDao.getErrLogRecord(etlDate);
 }