WIN-2308041133\Administrator 4 months ago
parent
commit
a32fb1679c
1 changed files with 0 additions and 1 deletions
  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']);
         }