Commit 91729bad authored by hujun's avatar hujun

0

parent edbd1658
...@@ -1130,7 +1130,7 @@ class Shop extends Basic ...@@ -1130,7 +1130,7 @@ class Shop extends Basic
*/ */
public function houseVideoList() public function houseVideoList()
{ {
if (isset($this->params['is_check']) && $this->params['is_check'] == 0) { if (isset($this->params['is_check']) && $this->params['is_check'] != 0) {
if ($this->params['is_check'] == 1) { if ($this->params['is_check'] == 1) {
$where['check_id'] = 0; $where['check_id'] = 0;
} else { } else {
......
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