This commit is contained in:
lwl0608 2024-02-06 02:12:54 +08:00
parent ce62e5148d
commit 1050fe8b12
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class S:
def get_wait_deal_images(self):
q = {
"status": {"$ne": 100}
"status": {"$exists": False}
}
images = list()
images_tmp = self.col_image.find(q)