提交 f755df61 编写于 作者: C cpwu

fix case

上级 8ee2ae55
......@@ -81,7 +81,7 @@ class TDTestCase:
return ""
def __group_condition(self, tbname, col, having = ""):
return f" group by {tbname}.{col} having {having}" if having else f" group by {tbname}.{col} "
return f" group by {col} having {having}" if having else f" group by {col} "
def __join_check(self, tblist, checkrows, join_flag=True):
query_conditions = self.__query_condition(tblist[0])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册