Przeglądaj źródła

wesmiler 抢表商城

APPLE 3 lat temu
rodzic
commit
85c09c00ac
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Common/TradeService.php

+ 1 - 1
app/Services/Common/TradeService.php

@@ -125,7 +125,7 @@ class TradeService extends BaseService
                         $query->where('a.user_id', '=', $userId);
                         $query->whereNotIn('a.sell_uid', [$userId]);
                     }else if($status == 2){
-                        $query->whereNotIn('a.user_id', '=', $userId);
+                        $query->whereNotIn('a.user_id', [$userId]);
                     }else{
                         $query->where('a.user_id', '=', $userId);
                     }