dongxiaoqin 8 bulan lalu
induk
melakukan
0a71e3e216
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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()
     protected function updateRejectionNum()
     {
     {
-        MasterWorker::setRejectionNum(1, 5);//记录到缓存中
-        die;
         $where = [
         $where = [
             ['a.type', '=', 0],
             ['a.type', '=', 0],
             ['a.create_time', '>=', strtotime('-1 year')],  // 一年内的数据
             ['a.create_time', '>=', strtotime('-1 year')],  // 一年内的数据
@@ -75,7 +73,6 @@ class RejectionStatistics extends Command
                         ]);
                         ]);
                     }
                     }
                 }
                 }
-                die;
             }
             }
         } catch (\Exception $e) {
         } catch (\Exception $e) {
             echo $e->getMessage();
             echo $e->getMessage();