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