Commit 0af8f27c authored by weizhicheng's avatar weizhicheng

modify

parent 21a3f49a
......@@ -222,6 +222,14 @@ class realHouse extends MY_Controller {
$data_page['reportList'] = array('99' => '选择处理结果') + array('1' => '举报成功(扣罚)', '2' => '举报失败', '0' => '待处理' ,'3'=> '举报成功(不扣罚)');
$data_page['appealList'] = array('99' => '选择申诉状态') + array('0' => '未申诉', '1' => '已申诉', '2' => '申诉成功', '3' => '申诉失败');
$searchData = array('uid' => $info['uid'], 'note' => 1);
$model_param = $this->input->post();
$model_param['page'] = 1;
$model_param['limit'] = 10;
$this->load->model('zsb_api_model');
$a = $this->zsb_api_model->getRequrstData('reportRecord', $model_param);
var_dump($a);die;
//获取参数
if (!empty($_POST)) {
$data_page['search'] = $this->input->post('search', true);
......
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