fix
This commit is contained in:
parent
1a8861b048
commit
cf382b6b86
|
@ -47,11 +47,14 @@ class S:
|
|||
}
|
||||
docs = self.col_account.find(query=q, projection=prj)
|
||||
|
||||
has_order_mids = list()
|
||||
for doc in docs:
|
||||
mid = safe_get_int(doc, "_id")
|
||||
orders = self.get_orders(mid)
|
||||
print(mid, len(orders))
|
||||
if len(orders) > 0:
|
||||
has_order_mids.append(mid)
|
||||
|
||||
|
||||
s = S()
|
||||
s.proc_one("E067B7E9D67AF3F1A6987796AA8F511EA797CE5954973228410334F10F827BD1")
|
||||
s.proc_one("10F9452445E5F2BAEAFADBBDED5DBB56310C12AE670944B6902B5B5259D2D705")
|
||||
|
|
Loading…
Reference in New Issue