|
@@ -416,7 +416,7 @@ class AlbumBossController extends Controller
|
|
['is_new', 1],
|
|
['is_new', 1],
|
|
['updated_at','>=',$Start],
|
|
['updated_at','>=',$Start],
|
|
['updated_at','<=',$End]
|
|
['updated_at','<=',$End]
|
|
- ])->orderByDesc('id')->count();dd(11);
|
|
|
|
|
|
+ ])->orderByDesc('id')->count();
|
|
$activeCustomers[] = [
|
|
$activeCustomers[] = [
|
|
'day' => date('m', $Start) . '-' . date('d', $End),
|
|
'day' => date('m', $Start) . '-' . date('d', $End),
|
|
'num' => $customerNum
|
|
'num' => $customerNum
|
|
@@ -424,7 +424,7 @@ class AlbumBossController extends Controller
|
|
$newCustomers[] = [
|
|
$newCustomers[] = [
|
|
'day' => date('m', $Start) . '-' . date('d', $End),
|
|
'day' => date('m', $Start) . '-' . date('d', $End),
|
|
'num' => $newCustomer
|
|
'num' => $newCustomer
|
|
- ];
|
|
|
|
|
|
+ ];dd(11);
|
|
}
|
|
}
|
|
$customerFollow = CustomerDetailsModel::where('store_id', $store_id)->count();
|
|
$customerFollow = CustomerDetailsModel::where('store_id', $store_id)->count();
|
|
$downloadCount = AlbumWatchRecord::where([
|
|
$downloadCount = AlbumWatchRecord::where([
|