WIN-2308041133\Administrator hai 9 meses
pai
achega
c0fda94bb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/common/model/user/AwardLake.php

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

@@ -82,7 +82,7 @@ class AwardLake extends BaseModel
 //        }
         $time= time();
         $lakes = self::where('send_time', '<', $time)->select();
-        return $lakes;
+//        return $lakes;
         foreach ($lakes as $lake) {
             $this->sendAward($lake['id']);
         }