Przeglądaj źródła

wesmiler 抢表商城

APPLE 3 lat temu
rodzic
commit
b30b6808dd
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

@@ -114,6 +114,6 @@ class TradeService extends BaseService
                 }
             })
             ->groupBy('status')
-            ->count('id');
+            ->count();
     }
 }