@@ -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],