This commit is contained in:
lwl0608 2024-11-11 22:30:17 +08:00
parent 38d7f442f5
commit bb5b1edb4d
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ class S:
idx = 0
for d in docs:
status = safe_get_int(d, "order_status")
if status != 3:
if status == 3:
continue
idx += 1