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