fix(测试跟踪): 导入用例缺少的问题 (#18128)
--bug=1017067 --user=宋昌昌 【测试跟踪】github#18013,excel导入13条功能用例,只导入了8条 https://www.tapd.cn/55049933/s/1248430 Co-authored-by: song-cc-rock <changchang.song@fit2cloud.com>
This commit is contained in:
parent
27464c7652
commit
1117f9ae06
|
@ -259,7 +259,7 @@ public class TestCaseNoModelDataListener extends AnalysisEventListener<Map<Integ
|
|||
}
|
||||
}
|
||||
// 如果合并单元格的最后一个单元格,标记下
|
||||
if (rowIndex == mergeInfo.getLastRowIndex()) {
|
||||
if (rowIndex.equals(mergeInfo.getLastRowIndex())) {
|
||||
// 根据名称列是否是合并单元格判断是不是同一条用例
|
||||
if (getNameColIndex().equals(col)) {
|
||||
this.isMergeLastRow = true;
|
||||
|
|
Loading…
Reference in New Issue