Commit 3a720588 authored by hujun's avatar hujun

this->

parent 1a9b66fc
...@@ -748,7 +748,7 @@ class Houses extends Basic ...@@ -748,7 +748,7 @@ class Houses extends Basic
$msg = '没有该商铺'; $msg = '没有该商铺';
} else { } else {
if ($house_data['is_show'] != $this->params['is_show']) { if ($house_data['is_show'] != $this->params['is_show']) {
$house->editData(['is_show'=> $this->params['is_show']], $this->params['id']); $this->house->editData(['is_show'=> $this->params['is_show']], $this->params['id']);
} }
} }
} catch (\Exception $e) { } catch (\Exception $e) {
......
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