WIN-2308041133\Administrator 7 месяцев назад
Родитель
Сommit
a32fb1679c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/common/model/user/AwardLake.php

+ 0 - 1
app/common/model/user/AwardLake.php

@@ -69,7 +69,6 @@ class AwardLake extends BaseModel
             return true;
         }
         $lakes = self::where('send_time', '<', $time)->select();
-            @file_put_contents('quanju.txt',$time."-1点的时间戳\r\n",8);
         foreach ($lakes as $lake) {
             $this->sendAward($lake['id']);
         }