fix
This commit is contained in:
parent
ce62e5148d
commit
1050fe8b12
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue