dongxiaoqin 8 месяцев назад
Родитель
Сommit
0a71e3e216
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      app/common/command/RejectionStatistics.php

+ 0 - 3
app/common/command/RejectionStatistics.php

@@ -29,8 +29,6 @@ class RejectionStatistics extends Command
      */
     protected function updateRejectionNum()
     {
-        MasterWorker::setRejectionNum(1, 5);//记录到缓存中
-        die;
         $where = [
             ['a.type', '=', 0],
             ['a.create_time', '>=', strtotime('-1 year')],  // 一年内的数据
@@ -75,7 +73,6 @@ class RejectionStatistics extends Command
                         ]);
                     }
                 }
-                die;
             }
         } catch (\Exception $e) {
             echo $e->getMessage();