panda 1 年之前
父节点
当前提交
3faba43ee4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/index/controller/Plantask.php

+ 1 - 1
application/index/controller/Plantask.php

@@ -215,7 +215,7 @@ class Plantask extends Controller
     {
         //找出24小时内注册未上传头像的女用户
         $userHideTime = config('site.user_hide_time');
-        $joinTime = time() - ($userHideTime * 3600);
+        $joinTime = time() - ($userHideTime * 60);
         $girlAvatar = config('avatar_girl');
         $where = [
             'jointime' => ['lt',$joinTime],