Commit 0b695305 authored by hujun's avatar hujun

1

parent 9a922800
...@@ -654,7 +654,7 @@ class GHouses extends BaseModel ...@@ -654,7 +654,7 @@ class GHouses extends BaseModel
// 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端显示 // $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