WIN-2308041133\Administrator 1 năm trước cách đây
mục cha
commit
c0fda94bb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']);
         }