| 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([
|