Commit 5298aca4 by wang

第八次提交

parent 9c227b02
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Author: xxxxxxx # Author: xxxxxxx
# Datetime: 2023/8/7 15:26 # Datetime: 2023/8/7 15:26
# Description: # Description:
# # hhhhhhh
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pymysql import pymysql
from InterfaceAutoTest.common.read_ini import ReadIni from InterfaceAutoTest.common.read_ini import ReadIni
...@@ -38,4 +38,4 @@ class DB: ...@@ -38,4 +38,4 @@ class DB:
self.cursor.execute(sql_sentence) self.cursor.execute(sql_sentence)
result = self.cursor.fetchall() result = self.cursor.fetchall()
if result: if result:
return result[0][0] return result[0][0]
\ 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 to comment