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

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]