This commit is contained in:
parent
7c5345785e
commit
54ef358a8f
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue