This commit is contained in:
parent
477725cd72
commit
600bcaccbd
|
@ -584,11 +584,12 @@ class S:
|
||||||
continue
|
continue
|
||||||
order_ids.append(order_id)
|
order_ids.append(order_id)
|
||||||
# print(mid, zid, order_id)
|
# print(mid, zid, order_id)
|
||||||
|
print(len(order_ids))
|
||||||
|
|
||||||
sql = "select * from vas_order where id in %s" % get_list_str_str(order_ids)
|
sql = "select * from vas_order where id in (%s)" % 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))
|
||||||
|
|
||||||
|
|
||||||
s = S()
|
s = S()
|
||||||
|
|
Loading…
Reference in New Issue