Signed-off-by: binren <zhangbr@elab-plus.com>
@@ -85,7 +85,7 @@ class ExcelUtil:
tag_type = tag_type_1
if tag:
tag_name = tag
- if values is not None:
+ if values is not None and values != '找不到':
datas.append([tag_type, tag_name, values, corr])
result = {}
datas.sort(key=lambda obj: obj[0])