This commit is contained in:
lwl0608 2024-02-10 11:42:42 +04:00
parent 0b05be9df4
commit a85cc121ea
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": {"$exists": False}
"status": 0
}
images = list()
images_tmp = self.col_image.find(q)