Commit 90b16020 authored by zhangkuanguang's avatar zhangkuanguang

编辑房源时,不允许编辑id

parent b1c02edf
...@@ -2965,7 +2965,7 @@ class Sell extends MY_Controller { ...@@ -2965,7 +2965,7 @@ class Sell extends MY_Controller {
{ {
$fields_values['id'] = $house_id; $fields_values['id'] = $house_id;
$fields_values['blockid'] = $this->input->post('block_id', true); //$fields_values['blockid'] = $this->input->post('block_id', true);
$fields_values['blockshowname'] = $this->input->post('blockshowname', true); $fields_values['blockshowname'] = $this->input->post('blockshowname', 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