作者 邓超

x

@@ -176,7 +176,10 @@ class Home extends Base { @@ -176,7 +176,10 @@ class Home extends Base {
176 176
177 } 177 }
178 } 178 }
179 - $where['from.notin'] = array_unique($where['from.notin']); 179 + if(!empty($where['from.notin'])){
  180 + $where['from.notin'] = array_unique($where['from.notin']);
  181 + }
  182 +
180 183
181 184
182 $lists = db()->all( 185 $lists = db()->all(