| | |
| | | |
| | | String name = ImportUtil.getCellValue(row, 1, pattern); //节点名称 |
| | | String type = ImportUtil.getCellValue(row, 2, pattern);//节点类型 |
| | | String runTime = ImportUtil.getCellValue(row, 3, pattern); //运行时长 |
| | | String runNum = ImportUtil.getCellValue(row, 4, pattern); //运行次数 |
| | | String runNum = ImportUtil.getCellValue(row, 3, pattern); //运行时长 |
| | | String runTime = ImportUtil.getCellValue(row, 4, pattern); //运行次数 |
| | | String failNum = ImportUtil.getCellValue(row, 5, pattern); //失败次数 |
| | | |
| | | if (StringUtils.isBlank(name) || StringUtils.isBlank(type)) |