Commit 912a6e15 authored by hujun's avatar hujun

>

parent 771ad7bc
......@@ -1131,7 +1131,7 @@ class Shop extends Basic
public function houseVideoList()
{
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;
} else {
$where['check_id'] = ['>', 0];
......
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