|
@@ -461,7 +461,6 @@ class Cron
|
|
|
|
|
|
public function shop_stat_api(){
|
|
|
$month = Dever::input('month', date('Y-m'));
|
|
|
- $month = date('Y-m',$month);
|
|
|
$start_time = $month .'-01 00:00:00';
|
|
|
$end_time = date('Y-m-d', strtotime($start_time. ' +1 month -1 day')).' 23:59:59';
|
|
|
$start = Dever::maketime($start_time);
|