Browse Source

wesmiler 抢表商城

APPLE 3 năm trước cách đây
mục cha
commit
b30b6808dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
     }
 }