WIN-2308041133\Administrator hace 6 meses
padre
commit
a32fb1679c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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']);
         }