|
|
@@ -175,11 +175,6 @@ public class BaseInfoServiceImpl implements BaseInfoService {
|
|
|
row.getCell(9).setCellType(Cell.CELL_TYPE_STRING);
|
|
|
product.setLeadtime(Float.valueOf(row.getCell(9).getStringCellValue()));
|
|
|
}
|
|
|
- // 交货提前期
|
|
|
- if (row.getCell(10) != null) {
|
|
|
- row.getCell(10).setCellType(Cell.CELL_TYPE_STRING);
|
|
|
- product.setLtinstock(Float.valueOf(row.getCell(10).getStringCellValue()));
|
|
|
- }
|
|
|
product.setEnUU(SystemSession.getUser().getEnterprise().getUu());
|
|
|
product.setUserUU(SystemSession.getUser().getUserUU());
|
|
|
product.setSourceApp("B2B");
|