作者 邓超

x

... ... @@ -176,7 +176,10 @@ class Home extends Base {
}
}
$where['from.notin'] = array_unique($where['from.notin']);
if(!empty($where['from.notin'])){
$where['from.notin'] = array_unique($where['from.notin']);
}
$lists = db()->all(
... ...