fix sum case

This commit is contained in:
cpwu 2022-04-25 10:08:59 +08:00
parent 8ad6d4606c
commit 671f79fbcd
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class TDTestCase:
tdSql.checkData(0, 0, sum_data)
tdSql.query(f"select {condition} from {tbname} {where_condition} {group_condition} ")
tdSql.query(f"select sum( {condition} ) from {tbname} {where_condition} {group_condition} ")
def __sum_err_check(self,tbanme):
sqls = []