dyjh 6 lat temu
rodzic
commit
337d7189be

+ 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]