WIN-2308041133\Administrator 9 달 전
부모
커밋
c0fda94bb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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']);
         }
         }