dyjh 6 سال پیش
والد
کامیت
337d7189be
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumBossController.php

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

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