91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php計劃任務方法(后臺運行無刷新)

發布時間:2020-03-27 17:38:03 來源:網絡 閱讀:1353 作者:liang3391 欄目:web開發
          //計劃任務批量刷新房源
        public function allRefresh(){
              $houseDb=D("House");
              $data=$houseDb->get_list();
              //dump($data);    
        }
     下面的為model里的數據處理,上面的為控制器部分 
      //查詢所有數據
        public function getAll($where,$page = 1,$page_num = 10){
            $houseDb=D("House");
            $data=$this->where($where)->limit(($page - 1) * $page_num,$page_num)->select();
            return $data;
        }
        //查詢所有數據總數
        public function get_list(){
            $where['isDel'] = '0';
            $where['status'] = '2';
            $where['auditstatus'] = '1';//已審核
            $where['salestatus'] = '0';//在售
            $houseDb=D("House");
            $totalCount=$houseDb->where($where)->count();
            
            $totalpage=ceil($totalCount/10);
            for ($nowPage=1;$nowPage<=$totalpage;$nowPage++){
                $list=$houseDb->getAll($where,$nowPage,10);
             //  print_r($houseDb->getLastSql()) ;
                $this->refreshData($list);
            }
            
        }
        //批量刷新房源的停留時間和計算
        public function refreshData($list){
           // echo '111';
                foreach($list as $key=>$value){
                    //計算出來停留時間
                    $data=array();
                    $where['esfId']=$value['esfId'];
                    $data['stayTime']=($value['publishScore']*$value['houseRatio'])/100*3600+$value['verifyTime'];
                    $houseRatio=  $this->where($where)->save($data);//更新房源系數
                    //首頁排序數量
                    $data=array();
                    $where=array();
                    //計算上周經濟人日均發房源數量
                    $map['esfId']=$value['esfId'];
                    $start=  mktime(0,0,0,date('m'),date('d')-date('w')+1-7,date('Y'));  //上周起時間
                    $end=  mktime(23,59,59,date('m'),date('d')-date('w')+7-7,date('Y'));  //上周結束時間
                    $map['verifyTime']=array(between,array($start,$end));
                    $count=  $this->where($map)->count();//得到上周總發房源總數
                    $where=array();
                    $data=array();
                    $where['esfId']=$value['esfId'];
                    if($count){
                        $indexNum=$count/6; //日均發房源數量
                    }
                    $data['indexNum']=intval($indexNum); //日均數量
                    $stayTime=$this->where($where)->save($data);//更新房源停留時間
                    //echo $this->getLastSql();die;
                }
        }
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

中西区| 修武县| 揭阳市| 包头市| 西华县| 塔河县| 天祝| 高邮市| 昌江| 齐河县| 崇信县| 出国| 乐山市| 桐城市| 合作市| 闽清县| 马尔康县| 克什克腾旗| 和林格尔县| 东乡县| 澄迈县| 怀仁县| 舒城县| 沈丘县| 吴川市| 湛江市| 三原县| 长顺县| 得荣县| 稻城县| 松江区| 黄龙县| 延长县| 临沂市| 凤阳县| 罗城| 团风县| 溧阳市| 永登县| 崇左市| 山西省|