| @@ -410,6 +410,7 @@ def lensman_origin_wanted_api(request): | ||
| 410 | 410 | to_uid=user_id, | 
| 411 | 411 | photo_type=OrderInfo.ORIGIN, | 
| 412 | 412 | photo_status=OrderInfo.WANTED, | 
| 413 | + pay_status=OrderInfo.PAID, | |
| 413 | 414 | status=True | 
| 414 | 415 |      ).order_by('pk') | 
| 415 | 416 | wanted = [order.lensdata for order in orders] |