|
|
@ -456,10 +456,6 @@ public class CoDelExcelServiceImpl implements CoDelExcelService { |
|
|
|
|
|
|
|
|
// 获取Cargo Ready Date列索引 |
|
|
// 获取Cargo Ready Date列索引 |
|
|
Integer cargoReadyDateIdx = columnMap.get("Cargo Ready Date"); |
|
|
Integer cargoReadyDateIdx = columnMap.get("Cargo Ready Date"); |
|
|
if (cargoReadyDateIdx == null) { |
|
|
|
|
|
log.warn("Sheet [{}] 中未找到 'Cargo Ready Date' 列,跳过该Sheet", sheetName); |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 获取pn列索引 |
|
|
// 获取pn列索引 |
|
|
Integer pnIdx = columnMap.get("PN"); |
|
|
Integer pnIdx = columnMap.get("PN"); |
|
|
|