This commit is contained in:
lwl0608 2024-11-11 21:56:22 +08:00
parent e21670f05c
commit a82e4762d3
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ class S:
# print(mid, zid, order_id) # print(mid, zid, order_id)
for order_id in order_ids: for order_id in order_ids:
sql = "select * from vas_zone_unlock where id=%s" % order_id sql = "select * from vas_order where id=%s" % order_id
docs = self.mysql_db_vas.query(sql) docs = self.mysql_db_vas.query(sql)
if len(docs) > 0: if len(docs) > 0:
doc = docs[0] doc = docs[0]