Update sql_mysql.py

This commit is contained in:
Mr Chen 2024-12-02 03:18:06 +08:00
parent a58fd4476e
commit 70dbb9eab5
1 changed files with 3 additions and 0 deletions

View File

@ -430,6 +430,9 @@ class nosqlMySQLCtr():
"""
)
if data is None:
return mw.returnData(True, 'ok', [])
for i in range(len(data)):
row = data[i]