|
@@ -232,7 +232,7 @@ public class FirstDeliveryValidServiceImpl implements FirstDeliveryValidService
|
|
|
//每行数据对象,按照顺序从0到(lastCellNum-1)记录
|
|
|
JSONObject cellEntity = new JSONObject();
|
|
|
for (int j = 0; j < lastCellNum; j++) {
|
|
|
- cellEntity.put(String.valueOf(j), eeu.getCellValue2(row.getCell(j)));
|
|
|
+ cellEntity.put(String.valueOf(j), eeu.getCellValue2(row.getCell(j)).replace("\"",""));
|
|
|
}
|
|
|
list.add(cellEntity);
|
|
|
}
|