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

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

xqd
@@ -420,11 +420,11 @@ class AlbumBossController extends Controller
             $activeCustomers[] = [
                 'day' => date('m', $Start) . '-' . date('d', $End),
                 'num' => $customerNum
-            ];
+            ];dd(11);
             $newCustomers[] = [
                 'day' => date('m', $Start) . '-' . date('d', $End),
                 'num' => $newCustomer
-            ];dd(11);
+            ];
         }
         $customerFollow = CustomerDetailsModel::where('store_id', $store_id)->count();
         $downloadCount = AlbumWatchRecord::where([