src/main/java/com/zy/asrs/controller/OrderController.java
@@ -462,6 +462,9 @@ Double anfme = Double.parseDouble(dataFormatter.formatCellValue(row.getCell(3))); // 下单时间 String timeStr = dataFormatter.formatCellValue(row.getCell(4)); // 单据类型 Long orderType = Long.parseLong(dataFormatter.formatCellValue(row.getCell(5))); Date time = null; try { time = DateUtils.convert(timeStr, DateUtils.yyyyMMddHHmmss_F); @@ -484,7 +487,7 @@ String.valueOf(snowflakeIdWorker.nextId()), // 编号[非空] uuid, // 订单编号 timeStr, // 单据日期 14L, // 单据类型 orderType, // 单据类型 null, // 项目编号 null, // null, // 调拨项目编号