提交 0dd7ce47 编写于 作者: C cpwu

fix case

上级 813b5577
......@@ -66,7 +66,7 @@ class TDTestCase:
for data in datas :
if not datas:
length_data.append(None)
elif "nchar" in length_condition or NCHAR_COL in length_condition:
elif "nchar" in condition or NCHAR_COL in condition:
length_data.append(len(str(data)) * 4)
else:
length_data.append(len(str(data)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册