@@ -34,6 +34,9 @@ class InfoLists extends BaseShopDataLists
if(isset($params['type']) && $params['type']<>''){
$where[] = ['type','=',$params['type']];
}
+ if(isset($params['cid']) && $params['cid']<>''){
+ $where[] = ['cid','=',$params['cid']];
+ }
return $where;
/**