Commit 2fd3c3ac by 刘豪

update new sql

parent 5107ec0e
Showing with 2 additions and 1 deletions
...@@ -216,5 +216,5 @@ class ConnList(Base): ...@@ -216,5 +216,5 @@ class ConnList(Base):
@staticmethod @staticmethod
def handle_sql(db, col, sql_str): def handle_sql(db, col, sql_str):
results = DBHandler.read(db=db, sql=sql_str) results = DBHandler.read(db=db, sql=sql_str)
result_dict = super().result_to_dict(col, results) result_dict = Base.result_to_dict(col, results)
return result_dict return result_dict
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment