WIN-2308041133\Administrator hace 1 año
padre
commit
c0fda94bb1
Se han modificado 1 ficheros con 1 adiciones y 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();
         $time= time();
         $lakes = self::where('send_time', '<', $time)->select();
         $lakes = self::where('send_time', '<', $time)->select();
-        return $lakes;
+//        return $lakes;
         foreach ($lakes as $lake) {
         foreach ($lakes as $lake) {
             $this->sendAward($lake['id']);
             $this->sendAward($lake['id']);
         }
         }