This commit is contained in:
parent
e21670f05c
commit
a82e4762d3
|
@ -586,7 +586,7 @@ class S:
|
|||
# print(mid, zid, order_id)
|
||||
|
||||
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)
|
||||
if len(docs) > 0:
|
||||
doc = docs[0]
|
||||
|
|
Loading…
Reference in New Issue