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