提交 e49c2a43 编写于 作者: C cpwu

fix case

上级 eec9f588
...@@ -161,6 +161,7 @@ class TDTestCase: ...@@ -161,6 +161,7 @@ class TDTestCase:
self.__gen_sql(select_claus, self.__join_condition(join_tblist, INNER=True), ), self.__gen_sql(select_claus, self.__join_condition(join_tblist, INNER=True), ),
) )
) )
return list(filter(None, sqls))
def __join_check(self,): def __join_check(self,):
for sql in self.__sqls_list: for sql in self.__sqls_list:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册