This commit is contained in:
2025-11-06 15:32:57 +08:00
parent 1570468d13
commit c99088ff57

View File

@@ -562,10 +562,10 @@ public class TencentDocController extends BaseController {
}
// 识别"是否安排"列(可选)
if (arrangedColumn == null && cellValueTrim.contains("是否安排")) {
arrangedColumn = i;
log.info("✓ 识别到 '是否安排' 列:第 {} 列(索引{}", i + 1, i);
}
//if (arrangedColumn == null && cellValueTrim.contains("是否安排")) {
// arrangedColumn = i;
// log.info("✓ 识别到 '是否安排' 列:第 {} 列(索引{}", i + 1, i);
//}
// 识别"标记"列(可选)
if (markColumn == null && cellValueTrim.contains("标记")) {