From ee1c22661e3bff2f5aa880c2877901248ac0a98b Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Thu, 9 May 2024 01:46:07 +0800 Subject: [PATCH] fix --- account/fix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/fix.py b/account/fix.py index f34a6ed..f35811e 100644 --- a/account/fix.py +++ b/account/fix.py @@ -76,7 +76,7 @@ class S: to_delete_mids = list() for doc in docs: mid = safe_get_int(doc, "_id") - if first_mid > 0: + if mid == first_mid: continue orders = self.get_orders(mid) if len(orders) > 0: