作者 lyh

hx

@@ -158,6 +158,8 @@ class InquiryInfoLogic extends BaseLogic @@ -158,6 +158,8 @@ class InquiryInfoLogic extends BaseLogic
158 $this->param['user_name'] = $this->manager['name']; 158 $this->param['user_name'] = $this->manager['name'];
159 $this->param['send_time'] = date('Y-m-d H:i:s',time() + $param['delay'] * 60 * 60) ; 159 $this->param['send_time'] = date('Y-m-d H:i:s',time() + $param['delay'] * 60 * 60) ;
160 $rs = $this->model->edit($this->param,['id'=>$xp_id]); 160 $rs = $this->model->edit($this->param,['id'=>$xp_id]);
  161 + var_dump($rs);
  162 + die();
161 if($rs === false){ 163 if($rs === false){
162 $this->fail('error'); 164 $this->fail('error');
163 } 165 }