|
|
@@ -105,7 +105,8 @@ public class TPssrSafetyBrustController extends BaseController {
|
|
|
entity.setApproveStatus(0L);
|
|
|
for (int j = 0; j < cellNum; j++) {
|
|
|
Cell cell = row.getCell(j);
|
|
|
- String cellValue = ExcelUtils.getCellValue(cell);
|
|
|
+ DataFormatter formatter = new DataFormatter();
|
|
|
+ String cellValue = formatter.formatCellValue(cell);
|
|
|
logger.info("cellValue:" + cellValue);
|
|
|
if (j == 0) {
|
|
|
entity.setUnit(cellValue);
|