This commit is contained in:
lwl0608 2024-11-11 22:00:44 +08:00
parent 7c5345785e
commit 54ef358a8f
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ class S:
print(len(order_ids)) print(len(order_ids))
print(len(order_id_map)) print(len(order_id_map))
sql = "select * from vas_order where id in (%s)" % get_list_str_str(order_ids) sql = "select * from vas_order where id in (%s) and order_status=1" % get_list_str_str(order_ids)
# print(sql) # print(sql)
docs = self.mysql_db_vas.query(sql) docs = self.mysql_db_vas.query(sql)
print(len(docs)) print(len(docs))