Your Name 2 years ago
parent
commit
6ef261d9d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/bill/lib/Cron.php

+ 0 - 1
service/bill/lib/Cron.php

@@ -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);