src/main/java/kr/wisestone/owl/service/impl/IssueServiceImpl.java
@@ -3455,7 +3455,7 @@ * @return boolean */ private Boolean cellNullCheck (Cell cell) { return cell != null && cell.getStringCellValue() != null && cell.getCellType() != Cell.CELL_TYPE_BLANK; return cell != null && cell.getStringCellValue() != null && !cell.getStringCellValue().equals("") && cell.getCellType() != Cell.CELL_TYPE_BLANK; } // 엑셀 필드에 있는 정보를 이슈 form 으로 옮긴다.