技术监督接口修改
This commit is contained in:
@@ -121,8 +121,14 @@ public class ReadPatientExcelUtil {
|
||||
cell.setCellType(CellType.STRING);
|
||||
}
|
||||
String stringCellValue = cell.getStringCellValue();
|
||||
ThsOverRunLog.setDescription(stringCellValue);
|
||||
ThsOverRunLog.setOverTime(Integer.valueOf(stringCellValue));
|
||||
} else if (c == 4) {
|
||||
if (cell.getCellTypeEnum() == CellType.NUMERIC) {
|
||||
cell.setCellType(CellType.STRING);
|
||||
}
|
||||
String stringCellValue = cell.getStringCellValue();
|
||||
ThsOverRunLog.setDescription(stringCellValue);
|
||||
} else if (c == 5) {
|
||||
if (cell.getCellTypeEnum() == CellType.NUMERIC) {
|
||||
cell.setCellType(CellType.STRING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user