Commit dc33cf06 authored by zhangkuanguang's avatar zhangkuanguang

放心看

parent 94bc9739
......@@ -4985,6 +4985,15 @@ class Sell extends MY_Controller {
foreach( $arr_id as $rowid )
{
$this->load->model('real_house_model');
$isRealHouse =$this->real_house_model->getInfoByRowid($rowid);
if($isRealHouse) {
//下架放心看
$this->load->model('zsb_api_model');
$re = $this->zsb_api_model->getRequrstData('cancleRealHouse',array('house_id'=>$rowid,'reason'=>3));
}
$tbl = 'sell';
/*** 4、通过接口提交操作日志给中间件,operatetype 1:新增 2刷新 3删除 4失效 5再发布 ***/
$this->statistics->sub_operatecount( $uid , $agentcode , 3 , $rowid , '' , $tbl , $domain , $parentcode );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment