dyjh %!s(int64=6) %!d(string=hai) anos
pai
achega
337d7189be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumBossController.php

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumBossController.php

xqd
@@ -475,7 +475,7 @@ class AlbumBossController extends Controller
             ['updated_at','<=',$end]
         ])->orderByDesc('id')->count();
 
-        $totalCustomerCount = AlbumWatchRecord::where([
+        $totalCustomer = AlbumWatchRecord::where([
             ['store_id', $store_id],
             ['updated_at','>=',$start],
             ['updated_at','<=',$end]