Commit 053f8bd5 authored by hujun's avatar hujun

默认不对C端显示

parent 861e2d9f
...@@ -672,9 +672,10 @@ class GHouses extends BaseModel ...@@ -672,9 +672,10 @@ class GHouses extends BaseModel
} }
//0是1否显示在c端用户 //0是1否显示在c端用户
if (isset($data['is_show'])) { // if (isset($data['is_show'])) {
$save_data['is_show'] = $data['is_show']; // $save_data['is_show'] = $data['is_show'];
} // }
$save_data['is_show'] = 1; //默认不对C端显示
//是否可以报备,如果可以就为0否则为1 //是否可以报备,如果可以就为0否则为1
if (isset($data['is_can_records'])) { if (isset($data['is_can_records'])) {
......
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