|
@@ -487,7 +487,7 @@ public class OrderReceivablesServiceImpl extends BaseMybatisDao<TemporaryReceiva
|
|
|
cellValue = String.valueOf(cell.getCellFormula());
|
|
cellValue = String.valueOf(cell.getCellFormula());
|
|
|
break;
|
|
break;
|
|
|
case Cell.CELL_TYPE_BLANK: //空值
|
|
case Cell.CELL_TYPE_BLANK: //空值
|
|
|
- cellValue = "未知";
|
|
|
|
|
|
|
+ cellValue = "";
|
|
|
break;
|
|
break;
|
|
|
case Cell.CELL_TYPE_ERROR: //故障
|
|
case Cell.CELL_TYPE_ERROR: //故障
|
|
|
cellValue = "非法字符";
|
|
cellValue = "非法字符";
|