Your Name 2 years ago
parent
commit
cc237fd8ff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/mail/lib/Manage.php

+ 0 - 1
service/mail/lib/Manage.php

@@ -576,7 +576,6 @@ class Manage
     #区域分润
     public function area_api(){
         $month = Dever::input('month', date('Y-m'));
-        $month = '2022-05-01';
         $start_time = $month .'-01 00:00:00';
         $where = array();
         $end_time = date('Y-m-d', strtotime($start_time. ' +1 month -1 day')).' 23:59:59';